To send LaTeX commands directly to the output, use the latexcommand macro (see section ??), or use NOTRANS (see section ??). The advantage of the latexcommand macro is that it only outputs its argument when in LaTeX mode. The following two code fragments both output \pagestyle{plain} when in LaTeX mode:
COMMENT(-- First alternative: --)
latexcommand(\pagestyle{plain})

COMMENT(-- Second alternative: --)
IFDEF(latex)\ 
    (NOTRANS(\pagestyle{plain}))\ 
    ()

Go back to index of Yodl.

Please send Yodl questions and comments to yodl@icce.rug.nl.

Please send comments on these web pages to (address unknown)

Copyright (c) 1997, 1998, 1999 Karel Kubat and Jan Nieuwenhuizen.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.


This page was built from Yodl-1.31.18 by

<(address unknown)>, Fri Dec 4 18:14:30 2009 UTC.