Я использую libertine
package. Я вижу, что подчеркнутая заглавная J (№ 1) немного странная для меня по сравнению с другими шрифтами. Это действительно так? Как это исправить?
Спасибо.
\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}
решение1
Вот так оно и есть. Вотвзгляд на таблицу шрифтовдля этой кодировки/серии/формы (OT1/m/it):
\documentclass{article}
\usepackage{libertine,fonttable}
\begin{document}
\xfonttable{OT1}{LinuxLibertineT-TLF}{m}{it}
\end{document}
решение2
Я знаю, что я сильно опоздал, но я сам столкнулся с той же проблемой и нашел решение:
\newcommand{\saneJ}{\mathnormal{J}}
и, конечно же, вам придется заменить каждую букву J в вашем коде на \saneJ.