-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
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
Aljumaily, Hanziness and FlandiaYingman
Metadata
Metadata
Assignees
Labels
No labels
