[pdftex] (no subject)
Wybo Dekker
wybo at servalys.nl
Fri Aug 13 12:15:44 CEST 2004
On Thu, 12 Aug 2004, Alexandru Scorpan wrote:
> I have trouble producing DVI with pdfLaTeX when using the color package.
> A LaTeX file like
>
> \documentclass{article}
> \usepackage[pdftex]{color}
> \pdfoutput=0
> \begin{document}
> .
> \end{document}
>
> yields:
>
> pdfTeX error (ext1): \pdfliteral used while \pdfoutput is not set.
> \set at color ->\pdfliteral
> {\current at color }\aftergroup \reset at color
> l.10 \end{document}
>
> No pages of output.
with [pdftex] you tell the color package to use pdf for color.
with \pdfoutput=0 you tell latex to expect postscript literals, not pdf.
so just replace [pdftex] with [dvips]...
--
Wybo
More information about the pdftex
mailing list