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}))\ 
    ()

Return to Yodl's home page.

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

Please send comments on these web pages to (address unknown), send other FSF & GNU inquiries and questions to gnu@gnu.org.

Copyright (c) 1998 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.17 by

<(address unknown)>, at Thu May 4 11:39:04 2000 CEST.