[texhax] eps, pdf, graphix
Axel E. Retif
axel.retif at mac.com
Thu Nov 13 08:04:25 CET 2008
On 13 Nov, 2008, at 00:04, Axel E. Retif wrote:
> On 12 Nov, 2008, at 14:49, Per Bergström wrote:
>
>> [...] I got stuck when I try to use \includegraphics for my .eps
>> figures. When I compile the document to pdf the figures are not
>> shown. I have tryed both pdflatex and latex, dvipdfmx. It is just a
>> white box with a black border containing the file name shown. I am
>> using \usepackage{graphicx} in the preamble. The thing is that I am
>> using the \documentclass ua-thesis.cls and that is the problem. When
>> I change to \documentclass book the figures are shown correctly (but
>> the thesis looks ugly).
>
> Try
>
> \documentclass[final]{ua-thesis}
I thought ua-thesis executed the draft option by default, but it seems
I'm wrong; just
\documentclass{ua-thesis}
\usepackage[pdftex]{graphicx}
is enough to see the included graphics ---only be sure not to use the
draft option; that is,
\documentclass[draft]{ua-thesis}
^
|
be sure not to use it like this.
Best,
Axel
More information about the texhax
mailing list