beamer
beamer copied to clipboard
Allow loading of enumitem with beamer
Probably the best long-term solution for #63.
Any news about this topic?
\documentclass{beamer}
\usepackage{enumitem}
\begin{document}
\begin{frame}
\begin{enumerate}
\item A
\item B
\end{enumerate}
\end{frame}
\end{document}
doest not work
Using Beamer 2020/07/22 v3.59 the above example still doesn't work.