18 lines
484 B
TeX
18 lines
484 B
TeX
%------------------------------------------------
|
|
|
|
\begin{frame}{Blocks of Highlighted Text}
|
|
In this slide, some important text will be \alert{highlighted} because it's important. Please, don't abuse it.
|
|
|
|
\begin{block}{Block}
|
|
Sample text
|
|
\end{block}
|
|
|
|
\begin{alertblock}{Alertblock}
|
|
Sample text in red box
|
|
\end{alertblock}
|
|
|
|
\begin{examples}
|
|
Sample text in green box. The title of the block is ``Examples".
|
|
\end{examples}
|
|
\end{frame}
|