From: André W. <wo...@us...> - 2012-02-16 17:01:57
|
Hi Michael, 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! Best, André Wobst Am 16.02.2012 um 17:14 schrieb Michael SCHINDLER: > 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 > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > PyX-devel mailing list > PyX...@li... > https://lists.sourceforge.net/lists/listinfo/pyx-devel -- by _ _ _ Dr. André Wobst, Amselweg 22, 85716 Unterschleißheim / \ \ / ) wo...@us..., http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/ |