LyX ⇒ Language for Contents and List of Figures
Language for Contents and List of Figures
I hope I post in the right part of the forum.
I have a problem when I export my lyx document in PDF: it generate the contents and the list of figures as expected, but the title of those parts are "Contents" and "List of figures". My report is in French so I would like as tiltle "Sommaire" and "Lise des Figures" How can I change that?
I already change the document language in the document settings and also in lyx preferences. Does anyone have an idea?
Thank you very much for your help
Caroline
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Language for Contents and List of Figures
Code: Select all
\usepackage[french]{babel}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Language for Contents and List of Figures
I've try that but it is still in English. But I found out why:
one of my included lyx document was in English. If I change it in French it work fine!
Thank you very much for your fast reply!