summaryrefslogtreecommitdiff
path: root/info/digests/ttn/ttn1n1.sty
diff options
context:
space:
mode:
Diffstat (limited to 'info/digests/ttn/ttn1n1.sty')
-rw-r--r--info/digests/ttn/ttn1n1.sty95
1 files changed, 95 insertions, 0 deletions
diff --git a/info/digests/ttn/ttn1n1.sty b/info/digests/ttn/ttn1n1.sty
new file mode 100644
index 0000000000..a69299ad46
--- /dev/null
+++ b/info/digests/ttn/ttn1n1.sty
@@ -0,0 +1,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}}%
+
+
+