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:
Now the entry in the table of content is in french but the algorithms won't show up in the corresponding section. Furthermore the title in the section is still in english instead of french.
The class file writes a string to the log-file and puts an entry into the table of contents. It ensures to be in one-column-mode when typesetting the chapter title. It also sets the spacing and the headers.
To achieve something similar, you would need to do something like this.
But unfortunatly it didn't work (the list of algorithm totally disappeared from the table of content) and the compilation throw me some errors:
-! File ended while scanning use of _\@argdef.
-! Undefined control sequence
That is not the code i posted. Use my code in your document, not the class file. Changing stuff in class and package files is for experienced users only and should in general be avoided.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.