Theses, Books, Title pages ⇒ Add liste of Algorithms in Table of contents?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Add liste of Algorithms in Table of contents?
Please i want to know how to add a list of Algorithms in the table of contents.
thanks
boudour
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
Add liste of Algorithms in Table of contents?
You need to include the
algorithm
package in the preamble with \usepackage{algorithm}
and then go to the block where the list of contents, tables and figures are and add: Code: Select all
\lhead{\emph{List of Algorithms}}
\listofalgorithms
Vel