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
820 stars 392 forks source link

Hide \chapter on TOC #229

Closed liesvarastranta closed 2 years ago

liesvarastranta commented 2 years ago

Hi!. Thank you very much for providing a very well documented thesis template.
Is there any way to hide \chapter such as abstract on TOC ?. Thanks.

mdarm commented 2 years ago

add an asterisk after the \chapter command, i.e. \chapter*{Hidden Chapter}

liesvarastranta commented 2 years ago

the asterisk was already on there \chapter*{\centering \large \textit{Abstract}} on PhDThesisPSnPDF.cls Yet the Abstract still shows up on the TOC. Any more suggestions? or am i doing someting wrong.

mdarm commented 2 years ago

use \include{Abstract/abstract} prior to \tableofcontents command, which incidentally is the default structure in the thesis main file. Also, for the abstract, I would suggest you use the abstract environment.

liesvarastranta commented 2 years ago

Thank you for the reply. Somehow there is a \addcontentsline{toc}{chapter}{\textit{ABSTRACT}} on the PhDThesisPSnPDF.cls. Just need to comment it and done. Thank you @AxiomaticDrinker