Monday, May 12, 2008

LaTeX guillemets

French guillemets are possible together with English open- and close-quotes. Use babel together with \og and \fg.



\documentclass[10pt]{article}
\usepackage[french]{babel}
\begin{document}
L\`a dans \textit{Le marteau sans ma\^itre,
\og Artisanat furieux \fg} o\`u se trouve \dots
\end{document}

Five lines above give a minimal example.

No comments: