Contents Up << >>

verb

The \verb command is like the \verbatim environment, but for small amounts of text. The syntax is:

    \verb<char><text><char>
The character char is used as a delimiter; it may be any character not ocurring in the following text, except asterisk.

For example, \verb$\thing%^&$ produces \thing%^&.