indented:2

Environment supplied by Tex2RTF to allow (possibly nested) indentation of LATEX and RTF text. The first argument is the amount to be indented.

For example:

\begin{indented}{2cm}
This text should be indented by a couple of centimetres. This can be
useful to highlight paragraphs.
\end{indented}

produces:


\begin{indented}{2cm}
This text should be indented by a couple of centimetres. This can be
useful to highlight paragraphs.
\end{indented}