Skip to content

Conflict with beamer in last release #55

@GuillaumeBiessy

Description

@GuillaumeBiessy

Dear developer,

I rely on enumitem to generate beamer presentations (with RStudio / quarto / TinyTeX).
Since the last update of the package 5 days ago I am no longer able to compile any file that includes enumitem and contains any enumerate environnement.

Here is a minimal example to reproduce the issue :

\documentclass{beamer}
\usepackage{enumitem}

\begin{document}
\begin{frame}{1 Example Slide}
\begin{enumerate}
\item Bla
\item Bla Bla
\end{enumerate}
\end{frame}
\end{document}

Removing \usepackage{enumitem} or replacing enumerate by itemize fixes the issue.

The associated error is:
Image

I use TinyTeX with an up to date version of Tex Live 2024.
Please find below the log associated with the error.
Test_enumitem.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions