MiKTeX and proTeXt ⇒ Problems with eps-figures that contains text
Problems with eps-figures that contains text
I hope you can help me with the following problem: Yap does not respond if I try to view a dvi-file that contains an eps-figure with text in it.
To include the figure I use the following commands in the tex-file:
\begin{figure}
\begin{center}
\includegraphics[width=1\textwidth]{dummyfigur5.eps}
\end{center}
\end{figure}
The eps-file has been created from a Visio-file by PDFMaker.
If there is no text in the file from wich the eps-file is created, everything works fine. The eps-file then contains the following initial segment:
%!PS-Adobe-3.0 EPSF-3.0
%%Title: (BlaBla.vsd)
%%Version: 1 4
%%Creator: Adobe Acrobat 7.0
%%CreationDate: 16:40:36 01/21/08
%%For: (x)
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%ADO_ContainsXMP: MainFirst
%%BoundingBox: 189 450 351 630
%%HiResBoundingBox: 188.792 449.577 350.92 629.72
%%Pages: 0
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%DocumentSuppliedResources:
%%+ procset (Adobe Acrobat - PDF operators) 1.2 0
%%EndComments
However, if the figure from which the eps-file is created contains text, then Yap stops responding as soon as I scroll down to the place where the figure should be (when viewing the dvi-file). In this case the initial segment of the eps-file looks like this:
%!PS-Adobe-3.0 EPSF-3.0
%%Title: (BlaBla.vsd)
%%Version: 1 4
%%Creator: Adobe Acrobat 7.0
%%CreationDate: 16:31:41 01/21/08
%%For: (x)
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%ADO_ContainsXMP: MainFirst
%%BoundingBox: 135 504 342 657
%%HiResBoundingBox: 134.808 503.561 341.912 656.872
%%Pages: 0
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%DocumentNeededResources: (atend)
%%DocumentSuppliedResources:
%%+ procset (Adobe Acrobat - PDF operators) 1.2 0
%%+ procset (Adobe Acrobat - type operators) 1.2 0
%%EndComments
As you can see, the line
%%+ procset (Adobe Acrobat - type operators) 1.2 0
has now been added. I suspect this has something to do with it, but I have no idea how to solve the problem. Can anyone help?
Best regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Problems with eps-figures that contains text
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Problems with eps-figures that contains text
There is no problem when viewing the eps files with GSview. The figures (including the text) are displayed correctly, and there are no error messages.
Best regards
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Problems with eps-figures that contains text
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10