Search found 1 match

by engraver
Thu Apr 03, 2008 6:59 pm
Forum: General
Topic: no figure (.eps) shown in generated pdf file
Replies: 2
Views: 10035

no figure (.eps) shown in generated pdf file

LaTeX take image from *.eps file, and PDFTeX from *.pdf. Use program epstopdf.exe from MikTeX to convert your files. In some places I saw next construction
\ifx\pdfoutput\undefined
\usepackage{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi
for compiling file by LaTeX or PDFTeX and don't write ...