[Tex/LaTex] indentation of a whole paragraph

indentationparagraphs

My problem is that I would like to write something like in LaTeX:
enter image description here

But I can't seem to do it wihtout reading like:
enter image description here

Which is pretty anoying to do all the time, in the middle of writting. Is there a code to do it for a whole paragraph without written \hspace*{1,5 cm} in middle of a sentence

Best Answer

There is a pair \hangindent and \hangafter. In your case (I am not sure, if the indentation should start immediately or after the first line of a paragraph)

\hangindent=1.5cm
\hangafter=1 %after which line the indentations starts

gives the expected result.