<!–Converted with LaTeX2HTML 2022 (Released January 1, 2022) –> <HTML lang="en"> <HEAD> <TITLE>Contents of Command arguments</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0"> <META NAME="Generator" CONTENT="LaTeX2HTML v2022">
<LINK REL="STYLESHEET" HREF="TEX2RTF.css">
<LINK REL="next" HREF="node12_mn.html"> <LINK REL="previous" HREF="node10_mn.html"> <LINK REL="up" HREF="node9_mn.html"> <LINK REL="next" HREF="node12_mn.html"> </HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#9944EE" vlink="#0000ff" alink="#00ff00">
<H2><A ID="SECTION00362000000000000000"> Command arguments</A> </H2>
<P> Commands that have one or more arguments can be used in the following three ways:
<P> <PRE> Some text.
Some text.
Some text. </PRE>
<P> The first method is a normal L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X command.
<P> The second method is called an <I>environment</I>; L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X has specific environments that do not always correspond to normal commands, but Tex2RTF recognizes environments and normal commands interchangeably, so long as the command has no more than two arguments.
<P> With the third method, it is important that the command has its own pair of braces, and that the command immediately follows the first brace. Otherwise, the parser cannot parse the argument(s) properly. With multiple arguments, each should be enclosed in braces.
<P> Optional arguments are specified using square brackets or parentheses.
<P> The braces that start command arguments must not be seperated from the other arguments by whitespace. For example, the following produces an error:
<P> <PRE> 5cm;0cm picture.eps </PRE>
<P> and should be replaced by
<P> <PRE> 5cm;0cmpicture.eps </PRE>
<P>
<HR>
</BODY> </HTML>