Skip to content

Enabling PDF tagging causes [noitemsep] to have no effect #53

Description

@Witiko

Consider the following example LaTeX document:

\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{itemize}[noitemsep]
\item foo
\item bar
\item baz
\end{itemize}
\end{document}

Compiling the document using TeX Live 2022 with all packages updated today produces the following output:

image

This output is as expected.

However, when I enable PDF tagging by adding the line \DocumentMetadata{testphase=phase-III} before \documentclass{article}, the following output is produced:

image

As you can see, the option noitemsep seems to have no effect now, which is not as expected. The same output is produced with LuaLaTeX and pdfLaTeX.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions