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