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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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