Oliver Pust writes:
 > Ok, that gives me just the complete slides but the background is still
 > there...

If you omit the background, you may not see the text with the
default color settings though (being written in white).
What color settings would you expect, if you omit the background?
Just b&w?

 > Running latex on the source - after commenting out the background stuff
 > - gives me error messages like:
 [...]
 > Package color Warning: pdftex option does not work with standard TeX.

You are right, my suggestion was incomplete.
Unfortunately you have to modify all options mentioning pdftex, as the
warning suggests.

For the LaTeX experts: is there an easy way to achieve that other than
using an
\ifx\pdfoutput\undefined
  ...
  \usepackage[dvips]{...}
  ...
\else
  ...
  \usepackage[pdftex]{...}
  ...
\fi
construct?

        Klaus
--
        Klaus Guntermann        <[EMAIL PROTECTED]>
        FG Systemprogrammierung, FB Informatik, TU Darmstadt
        Wilhelminenstr. 7, D-64283 Darmstadt

Reply via email to