summaryrefslogtreecommitdiff
path: root/support/tex2rtf/tex/mytitle.sty
blob: 90dfb34bab239ff76b4d8b8f016ae07bd7c753b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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. 031-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}