From: Michael S. <m-s...@us...> - 2012-02-16 17:51:53
|
Salut André, On 16/02/12, André Wobst wrote: > I didn't look into the details you're describing, but I wonder > whether it is the same issue discussed in this thread. Please note > that I summarized some possible solutions at the end. However, > nothing happened after this discussion as is clearly is a dvips bug > in the first place. > Could you please check whether this is the same issue here? Thanks a > lot! I checked with the example from Axel (two figures containing only text). As I include them in latex, they do not appear at all in my ghostview. In the meanwhile, I checked in changeset 3239 which adds a DSC to declare all fonts in the document. With this change, everything works fine! -- both my minimal example and the one of Axel. So, I conclude that we were really missing a DSC and this was also a bug in PyX. I checked the reference for that (5001.DSC_Spec.pdf) and I have the impression that it is indeed requires. I added all three comments as %%DocumentFonts cures the problems but is considered to be superseded by %%DocumentSuppliedFonts, which does not cure them. Michael |