-
Notifications
You must be signed in to change notification settings - Fork 17
words overlap in mathpazo #837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh you used pdflatex, I can reproduce. |
simplified version:
|
I think this can be reduced to \documentclass{article}
\renewcommand{\rmdefault}{ppl}
\showoutput
\begin{document}
\pdfinterwordspaceon
1Some intro text
\end{document} which mathpazo.sty calls at line 48 (or 40 or 44, depending on package options). |
@teepeemm I reported the issue to the pdftex some days ago maintainer. You can work around it by using the font at very small size first, e.g. in a shipout hook. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something is strange with how mathpazo is initially setting the font. In the first line of output in
The words all overlap, as if each is in its own
\makebox[0pt]
. Once the font changes, the words are ok, but when that font is selected again, the words again overlap.The text was updated successfully, but these errors were encountered: