From: Michael S. <m-s...@us...> - 2012-02-16 16:15:07
|
Rehello, I have another piece of information concerning the glyph problem: I tried to reproduce the same problem only using latex+dvips: inset.tex: \documentclass{article} \pagestyle{empty} \begin{document} Hello, world! \end{document} test.tex: \documentclass{article} \usepackage{graphicx} \begin{document} Word. \includegraphics{inset} Another word. \end{document} then run with latex inset ; dvips -E -o inset.eps inset latex test ; dvips test The produced file inset.eps contains the same "{restore} if". It contains also in the beginning comments a line %%DocumentFonts: CMR10 If I delete this line, then I have the same behaviour as with the PyX-EPS. Deleting also the "{restore} if" cures it again. So, if the "{restore} if" is really at its proper place, we should consider listing the used fonts in the preamble comment. Michael |