General ⇒ Adding "List of Algorithms" to Table of Contents
-
Ahmadnia2011
- Posts: 8
- Joined: Wed Nov 01, 2017 4:02 pm
Adding "List of Algorithms" to Table of Contents
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Adding "List of Algorithms" to Table of Contents
you can use the
\addcontentsline command:Code: Select all
...
\clearpage
\addcontentsline{toc}{chapter}{List of Algorithms}
\listofalgorithms
...- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Adding "List of Algorithms" to Table of Contents
\addchaptertocentry{List of Algos}.