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

Change Author style #102

Closed nasimulhasan closed 7 years ago

nasimulhasan commented 8 years ago

I want to change the Author name style that shows in the dedication page. It directly inherits the Author's name from the front page, but I want to write it in different style. How can I do this?

johannesbottcher commented 8 years ago

Renew the dedication environment in your document or define your own.


\newenvironment{dedication}
{
\cleardoublepage
\setsinglecolumn
\vspace*{0.2\textheight}
\thispagestyle{empty}
\centering
}

That is the original and i can't see any instance of an author in there.

@kks32 The closing argument is missing there. That should be fixed.

kks32 commented 8 years ago

Hi @xvk58 The author name is defined in declaration and not in dedication. It is defined here: https://github.com/kks32/phd-thesis-template/blob/master/Classes/PhDThesisPSnPDF.cls#L1013-L1027