Hi guys,
I'm using the "Master/Doctoral Thesis" template, and I need "List of Algorithms" to be appeared in the Table of Contents.
Would you please let me know that how I can do it?
Regards,
Ben
General ⇒ Adding "List of Algorithms" to Table of Contents
-
- Posts: 8
- Joined: Wed Nov 01, 2017 4:02 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Adding "List of Algorithms" to Table of Contents
Hi Ben,
you can use the
Stefan
you can use the
\addcontentsline
command:Code: Select all
...
\clearpage
\addcontentsline{toc}{chapter}{List of Algorithms}
\listofalgorithms
...
LaTeX.org admin
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Adding "List of Algorithms" to Table of Contents
Or better
\addchaptertocentry{List of Algos}
.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.