尽管 beamer 中有很多块,但我没有找到任何algorithm
/pseudo-code
块。
为什么没有algorithm
区块?或者,有没有其他算法区块?或者,算法区块的排版很糟糕?
\documentclass{beamer}
\usetheme{Madrid}
\begin{document}
\begin{frame}
\begin{exampleblock}{Example}
This is a example block
\end{exampleblock}
\begin{alertblock}{Alert}
This is a alert block
\end{alertblock}
\begin{theorem}{This is a theorem block}
\end{theorem}
\begin{definition}{This is a definition block}
\end{definition}
\end{frame}
\end{document}