Corrected memory.cpp checkpoint bug; added Tex2RTF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
33
utils/tex2rtf/docs/mytitle.sty
Normal file
33
utils/tex2rtf/docs/mytitle.sty
Normal file
@@ -0,0 +1,33 @@
|
||||
% mytitle.sty
|
||||
% Julian Smart's Enhanced Titlepage
|
||||
|
||||
\def\maketitle{\begin{titlepage}
|
||||
\let\footnotesize\small \let\footnoterule\relax \setcounter{page}{0}
|
||||
%\null
|
||||
%\vfil
|
||||
\vspace*{2cm}\begin{flushleft}
|
||||
{\huge \sf\@title\\\rule{\textwidth}{0.5mm}} \vskip 3em {\large \lineskip .75em
|
||||
{\sf\@author}
|
||||
\par}
|
||||
\vskip 1.5em {\large\sf \@date \par} \end{flushleft} \par
|
||||
\@thanks
|
||||
\vfill
|
||||
{\sf\small\begin{flushright}%
|
||||
Artificial Intelligence Applications Institute\\
|
||||
University of Edinburgh\\
|
||||
80 South Bridge\\
|
||||
EH1 1HN\\
|
||||
Tel. 0131-650-2746
|
||||
\end{flushright}}
|
||||
\null
|
||||
\end{titlepage}
|
||||
\setcounter{footnote}{0} \let\thanks\relax
|
||||
\gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\maketitle\relax}
|
||||
\def\abstractname{Abstract} % <----------
|
||||
\def\abstract{\titlepage
|
||||
\null\vfil
|
||||
\begin{center}
|
||||
{\bf \abstractname} % <----------
|
||||
% {\bf Abstract}
|
||||
\end{center}}
|
||||
\def\endabstract{\par\vfil\null\endtitlepage}
|
Reference in New Issue
Block a user