|
|
\linebreak
will produce a line break if it has no argument or if its optional
argument is 4.
The \nolinebreak
command is a null command.\\
and \\*
commands output a <BR>
tag,
except inside arrays where the close the current row.
Their optional argument is ignored.
The \newline
command outputs a <BR>
tag.
|