summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/konstruk/stamm.sty
blob: 0853a72839cc2241177a9ff57b44fb229f429ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
%%%
% Style fr Verteilungen auf dem \TeX-Stammtisch V. 2.2
%%%
% stellt Kopfzeile und Seitenformat zur Verfgung und die Befehle
% \Thema{}  % frs Thema
% \Nr{}     % fr die Stammtisch-Nummer
% \Datum{}  % na was wohl?
%%%

\input a4wide.sty

\parindent=0pt \parskip=4pt
\pagestyle{myheadings}
\tolerance=9000 %\pretolerance=9000
\clubpenalty=10000 \widowpenalty=10000

\def\Nr#1{\def\NR{#1}}
\def\Thema#1{\def\THEMA{#1}}
\def\Datum#1{\def\DATUM{#1}}
\Nr{} \Thema{???????}

\newcount\TestCount
\def\AmSTeX{{\the\textfont2 A}\kern-.1667em\lower.5ex\hbox
        {\the\textfont2 M}\kern-.125em{\the\textfont2 S}-\TeX}
\def\AmS{{\the\textfont2 A}\kern-.1667em\lower.5ex\hbox
        {\the\textfont2 M}\kern-.125em{\the\textfont2 S}}
\def\AmSLaTeX{{\the\textfont2 A}\kern-.1667em\lower.5ex\hbox
        {\the\textfont2 M}\kern-.125em{\the\textfont2 S}-\LaTeX}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025emb}\kern-.08em\TeX}}
\def\JTeX{\leavevmode\hbox{\lower.5ex\hbox{J}\kern-.18em\TeX}}
\ifx\undefined\selectfont
    \message{LaTeX-Logo will not be well supported 
	      	 (\string\bf,\string\it,...).^^J}
\else
  \@input{amstext.sty}
  \ifx\text\undefined
    \message{LaTeX-Logo will not be well supported 
	      	 (\string\bf,\string\it,...).^^J}
  \else
    \def\La{\leavevmode{\rm L\raise.42ex
            \hbox{$\m@th\scriptstyle\text{\kern-.3em A}$}}}
    \def\LaTeX{{\rm\La\kern-.15em\TeX}}
  \fi
\fi
\font\manual=logo10 % font used for the METAFONT logo, etc.
\def\MF{{\manual META}\-{\manual FONT}}
\def\PiC{P\kern-.12em\lower.5ex\hbox{I}\kern-.075emC}
\def\PiCTeX{\PiC\kern-.11em\TeX}

\def\HEADLINKS{\TeX-Stammtisch in Wuppertal (\DATUM) }
\def\@oddhead{{\bf \ifx\NR\empty\else \NR. \fi
\HEADLINKS \hfill \THEMA
 \quad \thepage}}

\advance\voffset by -10mm
\advance\textheight by 20mm

\def\@listI{\leftmargin\leftmargini \parsep 2\p@ plus2\p@ minus\p@
\topsep 4\p@ plus2\p@ minus2\p@
\itemsep 2\p@ plus1\p@ minus\p@}

\let\@listi\@listI
\@listi

\def\@listii{\leftmargin\leftmarginii
   \labelwidth\leftmarginii\advance\labelwidth-\labelsep
   \topsep 4\p@ plus1\p@ minus2\p@
   \parsep 2\p@ plus\p@ minus\p@
   \itemsep \parsep}

\def\@listiii{\leftmargin\leftmarginiii
    \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
    \topsep 2\p@ plus\p@ minus\p@
    \parsep \z@ \partopsep \p@ plus\z@ minus\p@
    \itemsep 1\p@ plus\p@}

\def\@listiv{\leftmargin\leftmarginiv
     \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}

\def\@listv{\leftmargin\leftmarginv
     \labelwidth\leftmarginv\advance\labelwidth-\labelsep}

\def\@listvi{\leftmargin\leftmarginvi
     \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}

\def\<#1>{"<{\it#1\/}">}

\def\section{\@startsection {section}{1}{\z@}{-2.7ex plus-.5ex minus
    -.2ex}{1ex plus.2ex}{\reset@font\Large\bf}}
\def\subsection{\@startsection{subsection}{2}{\z@}{-2.0ex plus-.3ex
    minus-.2ex}{0.8ex plus.2ex}{\reset@font\large\bf}}
\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-1.3ex plus
    -.3ex minus-.2ex}{.5ex plus.2ex}{\reset@font\normalsize\bf}}
\def\paragraph{\@startsection
     {paragraph}{4}{\z@}{.5ex plus.2ex minus.2ex}{-1em}{\reset@font
     \normalsize\it}}
\def\subparagraph{\@startsection
     {subparagraph}{4}{\parindent}{.5ex plus.1ex minus
     .2ex}{-1em}{\reset@font\normalsize}}

\endinput