A short example showing how to use French accents in LaTeX documents.
Källfiler
%\title{How to use French accents in LaTeX}
\documentclass[11pt, french]{report}
\usepackage[french]{babel}
\selectlanguage{french}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
Bonjour. Où est la bibliothèque?
\end{document}
We only use cookies for essential purposes and to improve your experience on our site. You can find out more in our cookie policy.