Skip to content

enumext* nested in enumext starts at 2 with DocumentMetadata #5

@teepeemm

Description

@teepeemm

This compiles as I would expect:

%\DocumentMetadata{}
\documentclass{article}
\usepackage{enumext}
\begin{document}
\begin{enumext}
\item One
  \begin{enumext}
  \item One
  \item Two
  \end{enumext}
\item Two
\item Three
  \begin{enumext*}[columns=2]
  \item One
  \item Two
  \end{enumext*}
\end{enumext}
\end{document}
Image

When \DocumentMetadata is included, however, the nested {enumext*} starts one number higher.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions