1
vote
1answer
57 views

Use cleanthesis theme: french accent problem on MacOS X

I use the "cleanthesis" (http://cleanthesis.der-ric.de/) theme to write a French traineeship report but I have a problem with the accents. My é are convert to Ó (with double quote) I use these ...
1
vote
2answers
131 views

French accents not showing correctly in table of contents

I am writing in French and there are many accents. I can see them in the whole document except in the table of contents. When I compile and preview my document in Texmaker, I can see the french ...
6
votes
3answers
1k views

How to type French character in LaTeX

I would like to insert "ç". Tried including \usepackage[utf8]{inputenc}, and type \c {c} , but doesn't work.
5
votes
2answers
4k views

Writing French characters

This question is (almost) exactly the same as this one : How to write directly French characters in Emacs and print them in LaTeX? You may read his question instead of mine, the only difference (I ...
2
votes
1answer
556 views

How to write directly French characters in Emacs and print them in LaTeX?

I am editing LaTeX with Emacs. I would like to write in French. At the moment I have to write special French characters for instance like this: \'e prints é. If I write directly é in Emacs, the ...