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

Table of contents #98

Closed AJ16 closed 8 years ago

AJ16 commented 8 years ago

Hi. The table of contents does not show the abstract. Is there any way to include the abstract in the table of contents too? Also, is that ok for the second, third page of abstract to be numbered?

Thanks a lot.

johannesbottcher commented 8 years ago

untested: \addcontentsline{toc}{chapter}{Abstract}

AJ16 commented 8 years ago

@johannesbottcher Thanks a lot. It worked. Please may I ask if you have any suggestion for the second question too?

johannesbottcher commented 8 years ago

I don't even know what you mean.

AJ16 commented 8 years ago

@johannesbottcher So I am not even sure this is an issue or not.

But for the abstract (or possibly any other thing) the page number for the first page is not shown. However, the page number will be shown for second page, etc. Is there anyway to push not to show the page number for second page?

johannesbottcher commented 8 years ago

An abstract usually doesn't extend over one page. If you want no page numbers, use \pagestyle{empty} inside the abstract environment.
Once more, this is explained in every LaTeX tutorial.

Raazzta commented 1 year ago

untested: \addcontentsline{toc}{chapter}{Abstract}

where to put this?

GR8DAN commented 1 year ago

At the end of abstract.tex

\begin{abstract}
This is where you write your abstract ...
\end{abstract}
\addcontentsline{toc}{chapter}{Abstract}