Tagged Questions
9
votes
1answer
426 views
How to correctly set up Palatino font with math (related to pxfonts)
I've read many times here in TeX.SE that pxfonts has a lot of spacing inconsistencies, and that it's better to use mathpazo. The problem is that mathpazo doesn't load all the math symbols to match the ...
6
votes
1answer
269 views
mathpazo and pxfonts: equal sign and \neq look different
consider the following (minimal) example:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[sc,osf]{mathpazo}
\usepackage{pxfonts}
\begin{document}
$=$ $\ne$
\end{document}
Is there any ...