-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
area: block environmentsarea: listscompatibility enhancementfeature requestfixed in branchfixed in a branch different to developfixed in a branch different to develop
Description
The current list implementation doesn't allow a space before the optional argument and so the following errors in a current dev with \DocumentMetadata (and the enumitem emulation) but compiles without it.
\DocumentMetadata{}
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{description} [leftmargin=1cm]
\item[Hallo] Welt
\end{description}
\end{document}! LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.123 \begin{description} [
leftmargin=1cm]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: block environmentsarea: listscompatibility enhancementfeature requestfixed in branchfixed in a branch different to developfixed in a branch different to develop