Estou usando libertine
o pacote. Vejo que o J maiúsculo enfatizado (nº 1) é um pouco estranho para mim, comparado a outras fontes. É realmente assim? Como consertar isso?
Obrigado.
\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}
Responder1
É assim que as coisas são. Aqui estáuma olhada na tabela de fontespara essa codificação/série/forma (OT1/m/it):
\documentclass{article}
\usepackage{libertine,fonttable}
\begin{document}
\xfonttable{OT1}{LinuxLibertineT-TLF}{m}{it}
\end{document}
Responder2
Sei que estou muito atrasado para a festa, mas também enfrentei o mesmo problema e encontrei uma solução:
\newcommand{\saneJ}{\mathnormal{J}}
e é claro que você deve substituir cada J do seu código por \saneJ.