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:
Julian Smart
1999-01-02 00:45:39 +00:00
parent 07c5641a93
commit 9a29912f60
60 changed files with 23137 additions and 22 deletions

View 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}