mirror of
https://git.adityakumar.xyz/fphw.git
synced 2024-11-09 14:59:45 +00:00
Added a line that ensures the title is at the top of the page
This commit is contained in:
parent
7c36bf48a0
commit
d147a0401e
1 changed files with 9 additions and 8 deletions
1
fphw.cls
1
fphw.cls
|
@ -98,6 +98,7 @@
|
||||||
|
|
||||||
% New title style for the document
|
% New title style for the document
|
||||||
\renewcommand{\maketitle}{%
|
\renewcommand{\maketitle}{%
|
||||||
|
\newpage % ensure this is in a new page
|
||||||
\thispagestyle{plain}
|
\thispagestyle{plain}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\ifx\instituteloc\undefined{}\else{\scshape \instituteloc} \\[10pt] \fi
|
\ifx\instituteloc\undefined{}\else{\scshape \instituteloc} \\[10pt] \fi
|
||||||
|
|
Loading…
Reference in a new issue