Generaleps figures won't show in pdf output

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Cris
Posts: 2
Joined: Sat Jan 12, 2008 1:31 am

eps figures won't show in pdf output

Post by Cris »

I have recently moved to a new computer running Windows Vista Enterprise 64bit, and now my old files which compiled just fine on my old workstation no longer show the eps figures. I am using Texnic Center 7.01 and Miktex 2.7. I build and view using Latex => PS => PDF. The figures show up as expected in DVI. Any advice would be greatly apprectiated!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

eps figures won't show in pdf output

Post by localghost »

To get closer to a solution of your problem, please answer some questions.
  1. Does the graphics file have an absolute path like

    Code: Select all

    D:/LaTeX/gfx
    or a relative path like

    Code: Select all

    ../LaTeX/gfx
    or something similar?
  2. Did you declare a path for your graphics files with the \graphicspath command in the preamble that is similar to the above mentioned?
  3. Is the figure displayed in the intermediate PS file?
  4. Does this affect only one single figure or all the figures in your document?
I have a special suspicion. But to solve your problem, I need to have clear answers to my questions.


Best regards and welcome on Board
Thorsten
Cris
Posts: 2
Joined: Sat Jan 12, 2008 1:31 am

Re: eps figures won't show in pdf output

Post by Cris »

Thank you for your help, but I believe I've fixed the problem--I downloaded and installed Ghostscript (among other little hacks) and now things work.
Post Reply