view papers/doclib/article.tex @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
line wrap: on
line source

% Support for the Article style of DISS.STY (do not explicitly load...)


\catcode`\@=11				% for a little while


% usage: \header text\title text\author text\info
\outer\def\header#1\title#2\author#3\info{%
    \null\vskip .8in plus .1in minus .1in
    \begingroup
	\titlefont
	\let\\=\cr
	\tabskip=0pt
	\halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#1\cr}%
    \endgroup
    \bigskip

    \begingroup
	\authorfont
	\let\\=\cr
	\tabskip=0pt
	\halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#2\cr}%
    \endgroup
    \medskip

    \begingroup
	\let\\=\cr
	\tabskip=0pt
	\halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#3\cr}%
    \endgroup
    \vskip .5in plus .1in

    \def\banner{\bop\chapter#1\endchapter}%
}


% Parameters different than the AmS-TeX dissertation style

\quiet
    \oddpagesfalse
    \singlespace
\verbose


\catcode`\@=12				% back to normal