Re: Another powerdot problem ...
David Carlisle <[email protected]>
| Newsgroups | gmane.comp.tex.texhax |
|---|---|
| Message-ID | <CAEW6iOi34BFkf68LKtqAeubscOPy1LcYH70MhRpTwSumS4_dcQ@mail.gmail.com> |
> Executive summary: Create keg.ps rather than keg.pdf and then use
"keg.ps" rathe in the call to \includegraphics
The standard advice is just to use \includegraphics{keg} then each system
will use the extension that it can support, .(e)ps with latex/dvips
and .pdf with pdflatex. Note the class in use such as article is unrelated
to
this, what matters is which tex backend you use so dvips or pdftex in this
case.
David