Ans. F12: Difference between revisions
Jump to navigation
Jump to search
(New page: <Back Please use the following macro in the preamble. \makeatletter \long\def\pprintMaketitle{\clearpage \iflongmktitle\if@twocolumn\let\columnwidth=\textwidth...) |
No edit summary |
||
Line 3: | Line 3: | ||
Please use the following macro in the preamble. | Please use the following macro in the preamble. | ||
<geshi lang="latex"> | |||
\makeatletter | \makeatletter | ||
\long\def\pprintMaketitle{\clearpage | \long\def\pprintMaketitle{\clearpage | ||
Line 21: | Line 22: | ||
} | } | ||
\makeatother | \makeatother | ||
</geshi> |
Revision as of 13:10, 14 April 2010
Please use the following macro in the preamble.
<geshi lang="latex"> \makeatletter \long\def\pprintMaketitle{\clearpage
\iflongmktitle\if@twocolumn\let\columnwidth=\textwidth\fi\fi \resetTitleCounters \def\baselinestretch{1}% \printFirstPageNotes \begin{center}% \thispagestyle{pprintTitle}% \def\baselinestretch{1}% \Large\@title\par\vskip18pt \normalsize\elsauthors\par\vskip10pt \footnotesize\itshape\elsaddress\par\vskip36pt \ifvoid\absbox\else\unvbox\absbox\par\vskip10pt\fi \ifvoid\keybox\else\unvbox\keybox\par\vskip10pt\fi \end{center}% \gdef\thefootnote{\arabic{footnote}}% }
\makeatother </geshi>