diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/paper/paper.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/paper/paper.cls | 51 |
1 files changed, 29 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/paper/paper.cls b/Master/texmf-dist/tex/latex/paper/paper.cls index 0a9b062c6b1..a09c34885c8 100644 --- a/Master/texmf-dist/tex/latex/paper/paper.cls +++ b/Master/texmf-dist/tex/latex/paper/paper.cls @@ -1,21 +1,21 @@ -%% +%% %% This is file `paper.cls', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% paper.dtx (with options: `paper') %% -%% Copyright (C) 1993, 1996 by Wenzel Matiaske, mati1831@perform.ww.tu-berlin.de +%% Copyright (C) 1993, 1998 by wenzel_matiaske@notes.uni-paderborn.de %% -%% You are not allowed to distribute this file without the -%% original source paper.dtx. For distribution of the -%% sources see the copyright notice in the file paper.dtx. +%% You are not allowed to distribute this file without the +%% original source paper.dtx. For distribution of the +%% sources see the copyright notice in the file paper.dtx. %% \def\filename{paper} -\def\fileversion{1.0i} -\def\filedate{1996/07/25} -\def\docdate{1996/07/25} +\def\fileversion{1.0l} +\def\filedate{2008/05/30} +\def\docdate{1996/11/02} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{paper}[\filedate\space\fileversion\space% LaTeX document class (wm).] @@ -331,6 +331,8 @@ \newcommand\maketitle{\begin{titlepage}% \let\footnotesize\small \let\footnoterule\relax + \let\real@thanks\thanks + \DeclareRobustCommand\thanks{\real@thanks} \let \footnote \thanks \null\vfil \vskip 60\p@ @@ -343,9 +345,11 @@ \vskip 1.5em {\a@font \lineskip .75em \if@center\begin{tabular}[t]{c}\else\begin{tabular}[t]{@{}l@{}}\fi - \@author \end{tabular} \par} - {\ifx\@institution\@empty\else - \vskip.5em \in@font \@institution \par \fi} + \@institution \end{tabular} \par } + {\ifx\@institution\@empty\else\vskip.5em + \in@font\bf \lineskip .75em + \if@center\begin{tabular}[t]{c}\else\begin{tabular}[t]{@{}l@{}}\fi + \@institution \end{tabular} \par\fi} \vskip 1.5em% {\large \@date \par}% % Set date in \large size. \if@center \end{center} \else \end{raggedright} \fi @@ -387,14 +391,15 @@ \setcounter{subparagraph}{0}% \setcounter{figure}{0}% \setcounter{table}{0}% + \setcounter{equation}{0}% \addcontentsline{jou}{titles}{% {\sss@font\@shortauthor}\hfill\mbox{}\vskip\normallineskip% \ifx\@shorttitle\@empty\@title\else\@shorttitle\fi} \if@twoside \ifx\@oddrunhead\@empty\ifx\@evenrunhead\@empty - \@mkboth{\@shortauthor}{\@shorttitle}\else - \@mkboth{}{\@shortauthor, \@shorttitle}\fi \else - \@mkboth{\@shortauthor, \@shorttitle}{}\fi + \markboth{\@shortauthor}{\@shorttitle}\else + \markboth{}{\@shortauthor, \@shorttitle}\fi \else + \markboth{\@shortauthor, \@shorttitle}{}\fi \else \markright{\@shortauthor, \@shorttitle} \fi @@ -417,8 +422,10 @@ {\a@font \lineskip .5em \if@center\begin{tabular}[t]{c}\else\begin{tabular}[t]{@{}l@{}}\fi \@author \end{tabular} \par} - {\ifx\@institution\@empty\else - \vskip.5em \in@font \@institution \par \fi} + {\ifx\@institution\@empty\else\vskip.5em + \in@font\bf \lineskip .75em + \if@center\begin{tabular}[t]{c}\else\begin{tabular}[t]{@{}l@{}}\fi + \@institution \end{tabular} \par\fi} \if@center \end{center} \else \end{raggedright} \fi \par \vskip 1.5em } @@ -433,7 +440,7 @@ \renewcommand\thepart {\Roman{part}} \renewcommand\thesection {\arabic{section}} \renewcommand\thesubsection {\thesection.\arabic{subsection}} -\renewcommand\thesubsubsection {\thesubsection .\arabic{subsubsection}} +\renewcommand\thesubsubsection {\thesubsection.\arabic{subsubsection}} \renewcommand\theparagraph {\thesubsubsection.\arabic{paragraph}} \renewcommand\thesubparagraph {\theparagraph.\arabic{subparagraph}} \newcommand\part{\par @@ -612,10 +619,10 @@ \fi} \def\endabstract{\if@twocolumn\else\endquotation\fi} \def\keywords{\small\paragraph*{\keywordname:}} - \let\endkeywords=\bigskip + \def\endkeywords{\par\bigskip} \else \def\abstract{\small\subsubsection*{\abstractname}} - \let\endabstract=\bigskip + \def\endabstract{\par\bigskip} \def\keywords{\small\paragraph*{\keywordname: }} \let\endkeywords\endabstract \fi @@ -1022,5 +1029,5 @@ \onecolumn \fi \endinput -%% +%% %% End of file `paper.cls'. |