答案1
我们可以猜测,这个环境被称为description
:
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{description}[style=multiline,leftmargin=8mm]
\item[DA]
\begin{itemize}
\item
This is an example of what I hope to achieve: a label is aligned to the left of the listed items.
\item
Enter image description here
\end{itemize}
\item[DA]
\begin{itemize}
\item
This is an example of what I hope to achieve: a label is aligned to the left of the listed items.
\item
Enter image description here
\end{itemize}
\end{description}
\end{document}