[texhax] LaTeX
tom sgouros
tomfool at as220.org
Wed Jul 7 17:26:10 CEST 2004
Here's a redefinition of \maketitle from the article class you can
use. Put this at the top of your file (before the \begin{document}.
In the style for which I wrote this (to satisfy excruciating NASA
requirements similar to what you describe, the macros below called
\eseWhatever all have a little bit of text in them (no paragraphs),
and this makes them appear in little subheads under the title. Just
substitute your text for them. It's a hack, but it works.
-tom
\makeatletter
\def\@maketitle{%
\newpage
\begin{center}%
\let \footnote \thanks
{\Large \@title \par}%
\vskip 1em%
{\large
\lineskip .5em%
\begin{tabular}[t]{c}%
\@author
\end{tabular}\par}%
\vskip 1em%
\end{center}%
\par
%% Insert Status section (two parts)
\vskip 1.5em
{\textbf{Status of this Memo}}
\vskip 0.3em
\@eseStatus
\vskip 0.2em
\@eseDistribution
%% Insert Change explanation section
\vskip 1.5em
{\textbf{Change Explanation}}
\vskip 0.3em
\@eseChange
%% Insert Copyright section
\vskip 1.5em
Copyright \copyright\ NASA, 2004. All Rights Reserved.
%% Insert Abstract
\vskip 1.5em
{\textbf{Abstract}}
\vskip 0.3em
\@eseAbstract
\newpage}
\makeatother
------------------------
tomfool at as220 dot org
http://sgouros.com
http://whatcheer.net
More information about the texhax
mailing list