You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass{beamer}
% should behave the same as \setbeamertemplate{items}[square]\defbeamertemplatealias{items}{custom}{square}
\setbeamertemplate{items}[custom]
\begin{document}
\begin{frame}
\begin{itemize}
\item Hello World!
\end{itemize}
\end{frame}
\end{document}
Expected Result
Itemize items are rendered as small squares
Observed Result
Itemize items are rendered as triangles (the default)
Environment
TeXLive 2022 with beamer v3.67
The text was updated successfully, but these errors were encountered:
MWE
Expected Result
Itemize items are rendered as small squares
Observed Result
Itemize items are rendered as triangles (the default)
Environment
TeXLive 2022 with
beamer
v3.67The text was updated successfully, but these errors were encountered: