Am 02.11.2004 um 07:04 schrieb David Munger:
Could someone tell me if I'm doing something bad here, please?

File test.tex
-------------------------------
\usemodule[pre-original]
\starttext
\Subject{Test}
step 1
\presentationstep
step 2
\stoptext
-------------------------------
texexec --mode=step --output=pdf test.tex

This gives me a white page instead of the text I get without
`--mode=step'.

You doesn't define a "step" mode, so there's no output. Completely logical. What's the matter?

You can use "--mode=something" switch only for environments like
\startmode[something]
\stopmode[something]

\startnotmode[something]
\stopnotmode[something]

See the wiki:
http://contextgarden.net/Modes

But probably you're looking for:
http://contextgarden.net/Presentation_effects


Gr��lis vom Hraban! --- http://www.fiee.net/texnique/ _______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to