Next: C   Previous: BOXCOLORS   Contents: Contents

BR or LINE_BREAK

The \BR tag and (as a synonym \LINE_BREAK) can be used to force a line break in the text output. This is converted to the HTML <BR> tag.

Syntax

\BR

\LINE_BREAK

Options

No options are allowed. Using options will cause a syntax error.

Body

No body is allowed.

Example


  This text is wrapped\BR
  just before just ...

produces

This text is wrapped
just before just ...

See also

\HR

Next: C   Previous: BOXCOLORS   Contents: Contents