Graphics, Figures & Tables\listoftheorems but change the Title

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
BastienBastien
Posts: 40
Joined: Mon Aug 20, 2012 2:27 pm

\listoftheorems but change the Title

Post by BastienBastien »

Hello guys,

I use the code:

Code: Select all

\thispagestyle{empty}
\listoftheorems
\thispagestyle{empty}
to print all the "Définitions" names, but I would need to write "Liste des définitions" instead.
Could you please tell me how can I change it?
I have tried:

Code: Select all

\thispagestyle{empty}
\listoftheorems[Liste des Définitions]
\thispagestyle{empty}
but it doesn't work.

I use \usepackage{ntheorem,thmtools} in the preambule.

I have checked the thmtools documentation and have not found how to change the language.
I hope ntheorem package give this possiblity but the documentation doesn't provide a clear answer.


Do you have an idea?

Regards,
Me

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

\listoftheorems but change the Title

Post by Stefan Kottwitz »

Hi Bastien,

simply use

\renewcommand*{\listtheoremname}{Liste des Définitions}

Stefan
LaTeX.org admin
Post Reply