When I type an text in italic with the Palladio font the German quotation marks are (far) too close to the letters. The problem does not occur with English quotation marks.
Is there any solution or work-around for that? I like the font but this would keep me from using it.
\documentclass[11pt]{article}
\usepackage[sc]{mathpazo}
\usepackage[ngerman]{babel}
\begin{document}
\textit{"`clever"' (or \glqq clever\grqq) compared to ``clever''}
\end{document}


:D– doncherry Jun 25 '12 at 23:33