** 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@
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
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
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
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
** 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