Mercurial > hg > Applications > mh
comparison papers/doclib/article.tex @ 0:bce86c4163a3
Initial revision
author | kono |
---|---|
date | Mon, 18 Apr 2005 23:46:02 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bce86c4163a3 |
---|---|
1 % Support for the Article style of DISS.STY (do not explicitly load...) | |
2 | |
3 | |
4 \catcode`\@=11 % for a little while | |
5 | |
6 | |
7 % usage: \header text\title text\author text\info | |
8 \outer\def\header#1\title#2\author#3\info{% | |
9 \null\vskip .8in plus .1in minus .1in | |
10 \begingroup | |
11 \titlefont | |
12 \let\\=\cr | |
13 \tabskip=0pt | |
14 \halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#1\cr}% | |
15 \endgroup | |
16 \bigskip | |
17 | |
18 \begingroup | |
19 \authorfont | |
20 \let\\=\cr | |
21 \tabskip=0pt | |
22 \halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#2\cr}% | |
23 \endgroup | |
24 \medskip | |
25 | |
26 \begingroup | |
27 \let\\=\cr | |
28 \tabskip=0pt | |
29 \halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#3\cr}% | |
30 \endgroup | |
31 \vskip .5in plus .1in | |
32 | |
33 \def\banner{\bop\chapter#1\endchapter}% | |
34 } | |
35 | |
36 | |
37 % Parameters different than the AmS-TeX dissertation style | |
38 | |
39 \quiet | |
40 \oddpagesfalse | |
41 \singlespace | |
42 \verbose | |
43 | |
44 | |
45 \catcode`\@=12 % back to normal |