Search found 3 matches

by Debzz
Mon Jun 15, 2015 1:36 pm
Forum: Theses, Books, Title pages
Topic: How to add the list of algorithms
Replies: 4
Views: 16998

How to add the list of algorithms

Thank you for your answer.
I tried your solution by putting those following lines in the thesis.cls file:
\renewcommand\listofalgorithms{
\cleardoublepage% i guess
\markboth{\emph{Liste des Algorithmes}}
\addtotoc{Liste des Algorithmes}
\begin{spacing}{1}{
\setlength{\parskip}{1pt ...
by Debzz
Thu Jun 11, 2015 10:30 am
Forum: Theses, Books, Title pages
Topic: How to add the list of algorithms
Replies: 4
Views: 16998

How to add the list of algorithms

I found something that seems to work.

1. At the begining of the main.tex document i added the following lines:
\makeatletter
\renewcommand{\ALG@name}{Algorithme}
\renewcommand{\listalgorithmname}{
Liste des \ALG@name s}
\makeatother

2. Then under the list of table call i added the following ...
by Debzz
Mon Jun 08, 2015 10:37 pm
Forum: Theses, Books, Title pages
Topic: How to add the list of algorithms
Replies: 4
Views: 16998

How to add the list of algorithms

Hello,
I'm working with the masters-doctoral-thesis template.
I would like to add the list of algorithms right after the list of tables.
I also need it to be in french "liste des algorithmes".

First i added the following line just after the list of tables:
\lhead{\emph{Liste des Algorithmes ...