I have some unnumbered chapters in table of contents (\tableofcontents).
However, they are (obvious) displayed similar to numbered chapters except for some white space instead of a chapter number. I was wondering if it's possible to change the indent of these chapters, so they start/are line-out with the chapter number of the numbered chapters (like abstract).
Thanks
Page Layout ⇒ (un)Numbered chapters in Table of Contents (indent)
NEW: TikZ book now 40% off at Amazon.com for a short time.
(un)Numbered chapters in Table of Contents (indent)
After being puzzled for awhile I found the solution just after posting previous post!
Had to change:
into:
Was using the extra part as I copy/paste some code to alter page numbering, but turns out this part is not related to the numbering 
Had to change:
Code: Select all
\addcontentsline{toc}{chapter}{\protect\numberline{}List of symbols}
Code: Select all
\addcontentsline{toc}{chapter}{List of symbols}
