Libertine Strange betonter Großbuchstabe J

Libertine Strange betonter Großbuchstabe J

Ich verwende libertinedas Paket. Ich sehe, dass mir das hervorgehobene Großbuchstabe J (Nr. 1) im Vergleich zu anderen Schriftarten etwas seltsam vorkommt. Ist das wirklich so? Wie kann ich das beheben?

Danke.

Bildbeschreibung hier eingeben

\documentclass{book}
\usepackage{libertine}
\begin{document}
\begin{enumerate}
\item \emph{Just another question.}
% the emphasized capital J looks strange when using libertine package. is it really the way it is? how to get it fixed?

% compared to another font types

\item {\fontfamily{qcs}\selectfont
\emph{Just another question.}
}

\item {\fontfamily{qtm}\selectfont
\emph{Just another question.}
}

\item {\fontfamily{qbk}\selectfont
\emph{Just another question.}
}

\item {\fontfamily{qcr}\selectfont
\emph{Just another question.}
}

\end{enumerate}
\end{document}

Antwort1

So ist es eben. Hier istein Blick auf die Schriftartentabellefür diese Kodierung/Reihe/Form (OT1/m/it):

Bildbeschreibung hier eingeben

\documentclass{article}
\usepackage{libertine,fonttable}
\begin{document}
\xfonttable{OT1}{LinuxLibertineT-TLF}{m}{it}
\end{document}

Antwort2

Ich weiß, dass ich sehr spät zur Party komme, aber ich stand selbst vor dem gleichen Problem und habe eine Lösung gefunden:

\newcommand{\saneJ}{\mathnormal{J}}

und natürlich müssen Sie jedes J in Ihrem Code durch \saneJ ersetzen.

verwandte Informationen