%% IMPORTANT NOTICE: You *MUST* use this version 2.4 of tugnews.sty
%% dated Oct 1993 in order to run vol.2, no.4 of
%% _TeX and TUG NEWS_. (Ch. Thiele, Editor, TTN).
%%
\input report.sty %% default report style, 10pt font
%test for nfss as suggested by Johannes Braams (cjc, 1992.10)
\ifx\undefined\selectfont
% If NFSS is not preloaded, do nothing.
\else
% If NFSS has been preloaded, we need the following:
% \font\tenmi=cmmi10 % or better yet:
\def\tenmi{\fontfamily{cmm}\fontseries{m}\fontshape{it}%
\fontsize{10}{12pt}\selectfont}
\fi
\newcommand{\Section}[1]{\section*{\centering%
\hrule\hrule \vskip.5pc
{\Sectionfont #1}
\vskip.5pc \hrule\hrule
\vskip1pc
}
}
%% The following macro hasn't been used since the prototype:
%% 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
%% }
%% }
%% 24 MAY 93: The following macro introduced in TTN 2,3 (written by
%% Jeremy Gibbons):
% \squashedsubsection{foo}{bar} gives similar results to
%
% \subsection*{foo}
% \vspace*{-1.5pc}
% \begin{flushright} bar \end{flushright}
% \noindent
%
% except you don't have to guess the 1.5pc.
% NB: no attempt is made to avoid overlap!
\def\squashedsubsection#1#2{%
\subsection*{%
\hbox to \linewidth{%
#1% subsection title
\hfil%
\llap{\normalsize%
\begin{tabular}[t]{r@{}}
#2% byline
\end{tabular}}%
}%
}%
}
%% 29 SEP 93: added the following (adapted from a macro in
%% Chris/Frank's report in TTN 2,4:
%% 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}}
%% 8 MAR 93: Peter Schmitt added this for his column.
%% 1 JUN 93: added: = for slanted
%% \etext, \etexts, \Etexts:
%% for electronic publications
%% changed: \book
%% (a) to allow controlword at the end of title
%% (b) to work better with \ISBN
%% CHANGES from ttn2n3 to ttn2n4:
%% changed a lot of \def's to \newcommand (Ch.)
%% added several new {\small ...} macros
%% revised \subsubsection to be \paragraph*