On Aug 3, 2007, at 5:28 PM, Rich Shepard wrote:
On Fri, 3 Aug 2007, Bennett Helm wrote:
Have you specified "draft" as one of the document class options
for your document?
Bennett,
According to Kopka and Daly's "Guide to LaTeX, 4th Ed.," the
document
class is declared with options and the class name in braces; e.g,,
\documentclass[draft]{article}
where the draft option will mark overfull lines with broad, black
lines.
What else it does they do not write.
However, when I look at the .lyx file, I find no \documentclass.
Instead,
there is the line,
\textclass article
and it does not happily accept options.
What do I need to change to have the draftcopy package work?
(Don't confuse the .lyx document with the .tex document LyX will
produce.)
From the draftcopy manual:
3 A Few Warnings
The result of printing DRAFT onto the page will be visible only in
the Postscript
output, not in the DVI output. The other text will be visible always.
Sometimes
ghostview has problems in presenting the correct result, use
ghostscript (gs)
instead. The printed result should always meet your intension.
Currently this package works only for Postscript and not for PDF, sorry.
Bennett