Macro reference

CHAPTER 6.CHAPTER 6.

The following lists macros which are recognised by the converters. Other macros not not mentioned can be assumed to be unrecognised or ignored.

Each command is listed with its name, the number of arguments it takes (excluding optional arguments), and a description. Note that if the command is used as an environment (using begin and end) then the number of arguments must be either one or two. For example, the tabular environment takes two arguments: a first argument for specifying the formatting, and the second argument for the body of the environment.

\begin{tabular}{|l|l|}
\row{One}{Two}
\row{Three}{Four}
\end{tabular}



Subsections