Closed nasimulhasan closed 7 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.
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
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?