LyXAccents in the reference and citations

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Korrydwen
Posts: 1
Joined: Wed Aug 30, 2023 11:41 am

Accents in the reference and citations

Post by Korrydwen »

Hello !
I am using the TheseENS template to write a thesis. i only used Lyx once before that ..
I am struggling with the accents. there are no problems in the main text, but then in the references it is a mess, no accent is showing.
i checked the encoding of the bib file, the packages used (inputenc) tried to deactivate it and declare only utf8 in the document class. then i tried to manually replace é with /'e or {'e}. nothing works :(
any ideas ?

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Accents in the reference and citations

Post by kaiserkarl13 »

Your best bet is to use m{\^e}l{\'e}e and such---BibTeX, if I recall correctly, does not handle non-ASCII characters all that well (or if it does, it messes up the alphabetization). Note that those are backslashes, not slashes.
Post Reply