I am baffling with horizontal spacing for description list given by enumitem package. I would like to have dots lined up under each other. I expect that \labelident is the right parameter, but I am confused. My MWE is below:
\begin{description}[labelindent=\parindent,leftmargin=3cm, style=standard]
\item[\(V_\text{m}\)] \(\ldots\;\)\emph{text 1},
\item[\(ω t + \varphi_0\)] \(\ldots\;\)\emph{text 2},
\item[\(ω\)] \(\ldots\;\)\emph{text 3},
\item[\(t\)] \(\ldots\;\)\emph{text 4}.
\end{description}



itemizeis not enough for you? – Sigur Sep 28 '23 at 23:16