Dan writes:
> On Oct 17, 8:39 am, Jussi Piitulainen wrote:
> > I'm worrying about the appearance of \Longrightarrow in a certain
> > document when printed. Experimenting with pdflatex and this:
> >
> > \documentclass{article}
> > \usepackage{amsmath}
> > \begin{document}
> > Sorsa \ensuremath{\Longrightarrow} Maali
> > \end{document}
> >
> > Two different TeX installations (one Web2C, one TeX Live 2009/Debian)
> > produce a perfect result on a cheap Samsung laser printer.
> >
> > In another location, on a HP LaserJet, I get printed arrows that are
> > visibly made of two parts, a slightly thinner equals sign and a
> > thicker short arrow.
> >
> > The compilations of the good arrows I see now report these fonts:
> >
> > {/usr/share/texmf/dvips/tetex/bbad153f.enc}
> > </usr/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb>
> > {/usr/share/texmf/dvips/tetex/f7b6d320.enc}
> > </usr/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb>
>
> (1) This is ancient configuration. Nowadays the encoding files should
> be in
> /usr/share/texmf/fonts/enc/dvips/tetex/ and the type1/bluesky
> directory is gone, all
> the fonts being moved to type1/public/amsfonts/ now.
Yes. My impression is that the administrators are not too keen to keep
that server up-to-date. I used it in this experiment because it was
different from the other two.
> (2) My pdflatex doesn't report encoding files at all.
>
> (3) There were some changes in the type 1 cm fonts several years ago
> (after the above mentioned change in the encoding directory, but
> contemporaneous with the removal of the bluesky directory). I don't
> know whether the \Rightarrow or equal sign was changed. (Those are
> the characters joined to make a \Longrightarrow.)
>
> > </usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr10.pfb>
> > </usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
>
> This is how it should look.
>
> > but they do come from a relatively recent TeX from the Ubuntu
> > repositories. I experimented with \usepackage{lmodern} and some
> > such but nothing changed.
>
> I think older lmodern still used cm for the math bits.
> I'm guessing your "relatively recent TeX" is maybe not all
> that recent.
It turned out to be TeX Live 2009/Debian - same as one of the two
systems I originally reported above.
I have now tested the files both ways. This morning I downloaded one
of the PDF files that printed correctly on the Samsung printer on
Monday, and uploaded one that printed badly on the HP. The results:
PDF made somewhere else
- prints badly on the HP.
PDF made on the ancient Web2C TeX
- prints cleanly on the Samsung,
- prints badly on the HP.
PDF made on TeX Live 2009/Debian
- prints cleanly on the Samsung,
- prints badly on the HP.
So it seems to depend only on the printer. The same PDF file prints
differently on the two printers. The HP (a LaserJet model, something
like p2055nd) is a Postscript printer. The cheaper Samsung is not.
That may or may not be relevant.
> > The original PDF with this problem was mailed to me. I don't know on
> > what platform it was made. In all four cases, pdffonts reports
> > CM-fonts, Type 1.
> >
> > Question: Can this depend on the printer? Is the HP printer somehow
> > the problem?
>
> There used to be problems long ago (at least a decade) with TeX-
> generated PDF and HP printers, but I don't remember it involving
> arrows. ISTR the tall parentheses and the integrals being affected.
The printer is certainly less than a decade old. Google has not given
me anything relevant.
I can live with this myself, and I will not bother the authors of the
document in question. They probably wouldn't even see the problem.
It is unusual and disappointing that TeX manages to look bad in the
area of mathematical symbols. Thankfully it's not widespread, again
judging from the lack of response from Google.
Dan, thank you for your advice.