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}LaTeX Commands