[Bug 578786] Re: wrong texts in eps file made with PYX

2010-05-23 Thread Mathieu Pierre
** Changed in: texlive-bin (Ubuntu) Status: New => Confirmed -- wrong texts in eps file made with PYX https://bugs.launchpad.net/bugs/578786 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 578786] Re: wrong texts in eps file made with PYX

2010-05-13 Thread Stuart Prescott
Looking at the ps file created by dvips, it seems that in the case of the previous version of texlive (2007), dvips includes only one font: $ grep FontDir hello2007.ps FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup while dvips from texlive 2009 includes two copies: $ grep Font

[Bug 578786] Re: wrong texts in eps file made with PYX

2010-05-12 Thread Mathieu Pierre
Here is a minimal latex source code including the figure hello.eps that I have attached previously. \documentclass{article} \usepackage{graphicx} \begin{document} \begin{figure} \includegraphics{hello.eps} \end{figure} \end{document} Compiling it with latex+dvips+ps2pdf, t

[Bug 578786] Re: wrong texts in eps file made with PYX

2010-05-11 Thread Stuart Prescott
Given that the cmr10 font used in your example is embedded within the EPS file, it would appear that you need to convince latex to make use of these fonts. Including a simple .tex file that illustrates this problem would be helpful. >From what I have been able to ascertain, the change in file size

[Bug 578786] Re: wrong texts in eps file made with PYX

2010-05-11 Thread Mathieu Pierre
Apparently, the package lmodern is needed in latex documents to have the EPS files correctly displayed. -- wrong texts in eps file made with PYX https://bugs.launchpad.net/bugs/578786 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 578786] Re: wrong texts in eps file made with PYX

2010-05-11 Thread Mathieu Pierre
** Attachment added: "hello.eps" http://launchpadlibrarian.net/48272191/hello.eps ** Description changed: Binary package hint: python-pyx - I've recently upgraded my system to ubuntu lucid lynx 10.04 and now I - face a problem with EPS files created with PYX. When I try to include - such