Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with enumitem #13

Open
juh2600 opened this issue Aug 19, 2019 · 0 comments
Open

Incompatibility with enumitem #13

juh2600 opened this issue Aug 19, 2019 · 0 comments
Labels
strucPDF transferred from old `strucPDF`package. Needs to be checked against accessibility

Comments

@juh2600
Copy link

juh2600 commented Aug 19, 2019

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
@AndyClifton AndyClifton transferred this issue from another repository Sep 8, 2019
@AndyClifton AndyClifton added the strucPDF transferred from old `strucPDF`package. Needs to be checked against accessibility label Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
strucPDF transferred from old `strucPDF`package. Needs to be checked against accessibility
Projects
None yet
Development

No branches or pull requests

2 participants