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.
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.
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}