tetex-3.0: problem with times at 10pt?
Ondrej Drbohlav <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am having problems with the document below. When I compile it with
pdflatex, the PDF looks OK in AcrobatReader but it prints badly at several
HP laser printers (the font is right, but vertical letter positioning is broken)
To find out whether this is a tetex-3.0 bug or just a bug in my installation,
may I kindly ask someone who has tetex-3.0 installed to compile the source by
pdflatex and provide me with the PDF?
I will then try to print it out on the same printers and let this archive list
know the result.
Cheers,
Ondrej
%%%%%%%%%%%%%%%% begin source
\documentclass[10pt]{article}
\usepackage{times}
\begin{document}
Problem with uniform intensity. The input
data are not funny either.
Watch the words {\em uniform} and {\em input data are} above.
\end{document}
%%%%%%%%%%%%%%%%% end source