localghost wrote: I always see the "correct" output. And also after I ran the example with different compiling routes, I always get the correct output. You could compare the output by using another viewer like
Sumatra PDF (which is preferable when working with TeXnicCenter).
Thanks for putting me onto Sumatra PDF. When I view the output using this, I also see the "correct" output. So this looks like my problem is with Adobe Reader.
More relevant information: when I view properties in Adobe Reader for the ('correct') PDF built from LaTeX => PDF the (relevant) font specification is given as:
Dingbats (Embedded Subset)
Type: Type 1
Encoding: Built-in
But when I view the properties in the ('incorrect') PDF built from LaTeX => PS => PDF the font specification is given as:
ZapfDingbats
Type: Type 1
Encoding: Built-in
Actual Font: AdobePiStd
Actual Font Type: Type 1
So, if I understand that info' correctly, it looks like the fonts aren't exactly the same. This explains why the entire set of dingbats is 'similar' but not identical; they're drawing on different character sets. I don't know why Adobe Reader sees/uses different fonts for the process
LaTeX => PS => PDF and
LaTeX => PDF, but it looks like it does. Weird.
localghost wrote:The relevant converter is
Ghostscript. And I'm not aware of any other PS-to-PDF converter. Which version of Ghostscript do you have installed? If you don't have the latest version (9.07), think about doing an update.
As far as I can see, I
don't have the most recent version. I'm not ashamed to admit that I'm no computer wiz, and I don't really know how to upgrade it and have it 'talk' to the rest of my LaTeX setup. (As an aside, I've got MiKTeX 2.8 and it looks like there's a newer distribution, 2.9, out so maybe I need to upgrade the whole thing?)
Thanks for your(pl.) help! You've helped me identify the source of the problem: Adobe Reader (grr...) The issue isn't completely solved yet; I still don't know
why Adobe Reader finds the right character set if I go
LaTeX => PDF but finds the wrong one if I go
LaTeX => PS => PDF. But we're getting there. Maybe I'll need to ask elsewhere to find an answer to that question.