Hi,
please can someone provide help with my issue ? I am getting struggle with text alignment in "itemize" command. I need to align first column from left and second one from left also like is presented on picture.
Thank you for help.
Text Formatting ⇒ Items alignment
NEW: TikZ book now 40% off at Amazon.com for a short time.

Items alignment
A proposal using the
enumitem package to achieve the result shown.
Alternatively, the
KOMA-Script class or load the
scrextend package.
description
environment and the 
Code: Select all
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{description}[leftmargin=*, widest=Text Text, labelsep=2cm, font=\mdseries]
\item[Text] Text Text Text Text Text Text Text Text Text Text
\item[Text Text] Text Text Text Text Text Text Text
\end{description}
\end{document}
labeling
environment is available if you use a 
