Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm running miktex on some version of Windows, and I included the following code:

 \input epsf
 \epsfxsize=6.0in
 \epsfysize=3.2in
 \epsffile{graph.eps}

This worked when I ran latex on linux. What I get is a blank space in the document where the picture should be, but no picture. What should I do?

share|improve this question
1  
Does your setup give PDF directly? pdflatex (or, presumably, pdftex in your case) doesn't understand PS, you'd need to translate EPS to PDF (and change the above to match). – vonbrand Feb 19 at 16:07
1  
You should use graphics or grapghicx and then see e.g. (ignore the title) Including pdf figures in Latex document using TexnicCenter. – Speravir Feb 19 at 17:59

closed as too localized by Gonzalo Medina, Stefan Kottwitz Apr 6 at 23:04

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.