kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
834 stars 399 forks source link

Refactoring titlepage environment #91

Closed kks32 closed 8 years ago

kks32 commented 8 years ago

https://github.com/kks32/phd-thesis-template/blob/master/Classes/PhDThesisPSnPDF.cls#L933

As @johannesbottcher suggests: Setting the page number to zero, the page style to empty but setting the visual output of the page number to i is a bit strange. A package like hyperref wont pick that up.

\begin{titlepage}\maketitle\end{titlepage} is wrong. It should just be \maketitle.