You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the enumitem package is used and an enumerate environment is present in the document, pdflatex fails to compile the document.
To Reproduce
MWE:
\documentclass{article}
\usepackage{enumitem}
\usepackage[english]{babel} % included to suppress (seemingly unrelated) warning
\usepackage[tagged,highstructure]{strucPDF}
\begin{document}
Line so document will compile if enumerate environment is commented.
\begin{enumerate}
\item foo
\end{enumerate}
\end{document}
Expected behavior
Document should compile properly.
Log messages
! Use of \\enumerate doesn't match its definition.
<argument> \def \reserved@a {
\def \@currenvir {PDFListLabel}\edef \@currenvl...
l.11 \item
foo
Tex Installation
OS: Arch Linux 5.2.8-arch1-1-ARCH
'TeX distribution: texlive
Version: 2019
The text was updated successfully, but these errors were encountered:
Describe the bug
When the
enumitem
package is used and anenumerate
environment is present in the document, pdflatex fails to compile the document.To Reproduce
MWE:
Expected behavior
Document should compile properly.
Log messages
Tex Installation
The text was updated successfully, but these errors were encountered: