blob: a69299ad46e7f7bd7b759a4478d29baf08a61458 (
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
|
%% IMPORTANT NOTICE: You *MUST* use this version 1.1 of tugnews.sty
%% dated Jan 1992 in order to run vol.1, no.1 of
%% _TeX and TUG NEWS_. (Ch. Thiele, Editor, TTN).
%%
\input report.sty %% default report style, 10pt font
\typeout{Version 1.1 -- January 92}
\textwidth=29pc
\textheight=43pc
\voffset=-2pc
\overfullrule=0pt \hfuzz=5pt
\font\Sectionfont=cmbxsl10 scaled \magstep2 %% \Large = 14.40pt
\font\Subsectionfont=cmbxsl10 scaled \magstep1 %% \large = 12pt
\font\bsl=cmbxsl10 %% \normal 10pt
\newcommand{\Section}[1]{\section*{\centering%
\hrule\hrule \vskip.5pc
{\Sectionfont #1}
\vskip.5pc \hrule\hrule
\vskip1pc
}
}
%% Reggie's \Subsection (6 MAY 91): %% 15 JAN 92: not used in 1,1
\newcommand{\Subsection}[1]{\subsection*{\centering%
\centerline{\vrule width 6cm height .5pt} \vskip 6pt
{{\Subsectionfont #1}}
\centerline{\vrule width 6cm height .5pt} \vskip 6pt
}
}
%% 11 JAN 92: added \bibentry, a hanging indent biblio style (Ch.)
\newcommand{\bibentry}{\hangindent=\parindent
\hangafter=1
\noindent \sloppy
\clubpenalty500 \widowpenalty500
\frenchspacing
}
%% 3 FEB 92: Jackie Damrau provided this:
\newenvironment{Address}{\begin{verse}}%
{\end{verse}}
%% Abbreviations and Logos (some copped from tugboat.com):
%% for the METAFONT logo font:
\font\manual=logo10
\def\MF{{\manual META}\-{\manual FONT}}
\def\TUG{\TeX{} Users Group}
\def\TUB{{\sl TUGboat\/}}
\def\TTN{{\sl\TeX{} and TUG NEWS\/}}
%% 4 FEB 92: improved versions of LaTeX, and (La)TeX macros:
\newcount\TestCount
\def\La{\TestCount=\the\fam \leavevmode L\raise.42ex
\hbox{$\fam\TestCount\scriptstyle\kern-.3em A$}}
\def\LaTeX{\La\kern-.15em\TeX}
\def\AllTeX{{(\La)\TeX}}
\def\AmSTeX{{\the\textfont2 A}\kern-.1667em\lower.5ex\hbox
{\the\textfont2 M}\kern-.125em{\the\textfont2 S}-\TeX}
\def\BibTeX{{\rm B\kern-.05em{\smc i\kern-.025emb}\kern-.08em\TeX}}
\def\careof{\leavevmode\hbox{\raise.75ex\hbox{c}\kern-.15em
/\kern-.125em\smash{\lower.3ex\hbox{o}}} \ignorespaces}
%% Miscellaneous:
\hyphenation{Karls-ruhe}
\let\ts=\thinspace
\let\nl=\newline
%%%%%% END OF FILE %%%%%
%% I need a footer setup like this, but ALSO a header. This
%% currently won't work if the headers are already
%% being customised.
%% \def\@oddfoot{\hbox{}\rightmark \hfil \rm\thepage
%% \rule{-\textwidth}{0pt}\rule[.15in]{\textwidth}{1pt}}%
%% \def\@oddhead{}\def\@evenfoot{\rm\thepage\hfil\leftmark\hbox{}
%% \rule{-\textwidth}{0pt}\rule[.15in]{\textwidth}{1pt}}%
|