0

I would like achieve what is below :

subject : A line that i would like to be ident because it is long and i want the part under (subject) is >>>>>>>ident.

The ">>>>>>" is the here for make the tabulation visible.

1 Answers1

0

the package enumitem make the job !

\usepackage{enumitem}
\setdescription{style=sameline,leftmargin=1.4in}

....

\begin{description}
\item[\underline{subject :}]A line that i would like to be ident because it is long and i want the part under (subject) is ident.
\end{description}

enter image description here