Possible Duplicate:
Indenting a whole paragraph
Write text with some fixed amount of space from the margin
I would like to indent a paragraph or two for a specific amount.
The quote environment is not suitable, since indentation width is not configurable.
An article suggested using {\addtolength{\leftskip}{5mm} text}, but that doesn't work for me.
Another article suggested a very hacky way, which involved temporarily modifying global margins.
Is there a clean solution for this?
EDIT:
Thanks to a comment by @barbara beeton, addtolength can be made to work by adding a \par: {\addtolength{\leftskip}{5mm} text \par}

\parat the end before closing the group in which the\leftskipis adjusted? – barbara beeton Dec 4 '11 at 15:54textlayout. – Darthenius Dec 4 '11 at 15:55