[texhax] quotation marks with babel in LuaLaTeX

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Sep 19 12:36:35 CEST 2011


Am 19.09.2011 12:22, schrieb Arno Trautmann:

> this might be a rather stupid question, but please consider the
> following document, for lualatex:
>
> \documentclass[ngerman]{scrartcl}
> \usepackage{babel,fontspec}
> \setmainfont{Linux Libertine O}
>
> \begin{document}
> „“ "` "'
> \end{document}


\documentclass[ngerman]{scrartcl}
\usepackage{fontspec}
\usepackage{babel}
\usepackage{libertine}
%\setmainfont{Linux Libertine O}

\begin{document}
„“   "` "'
\end{document}

works, it sets the glyphs for the quotation marks

Herbert


More information about the texhax mailing list