Accents in latex
I use kile to compile my latex code but I was not able to get accents on the dvi. Why, because I did not use the good packages.
What have I to write in the header? It is easy:
What have I to write in the header? It is easy:
%Use the latin1 encoding
\usepackage[latin1]{inputenc}
%accents
\usepackage[cyr]{aeguill}
%yes, I am french
\usepackage[francais]{babel}
0 Comments:
Post a Comment
<< Home