[texhax] "draft" option interferes with \includegraphics
Niall Mansfield
texhax at uit.co.uk
Fri Mar 10 14:18:18 CET 2006
The following latex input doesn't display the image at all.
Instead, it shows a rectangular box with the words "example.eps"
half-way down the left hand side.
Removing the "draft" option causes the image to display correctly.
Any ideas how to fix this problem?
Thanks,
Niall Mansfield
\documentclass[draft]{article}
\usepackage[dvips]{graphicx}
\begin{document}
\includegraphics{example.eps}
\end{document}
More information about the texhax
mailing list