From bffb4697d73455acc84d9dd099f24f297b48ce2b Mon Sep 17 00:00:00 2001 From: Benjamin Weiss Date: Mon, 15 Jun 2015 14:33:50 +0200 Subject: [PATCH] added the different block types (alert, example) --- demo.tex | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/demo.tex b/demo.tex index dad35cc..b88e315 100644 --- a/demo.tex +++ b/demo.tex @@ -134,12 +134,25 @@ or show \textbf{bold} results.\end{verbatim} \end{table} \end{frame} \begin{frame}{Blocks} - + There are 3 different block enivironmnents already defined. The normal block uses the normal color, ... \begin{block}{This is a block title} This is soothing. \end{block} - \end{frame} +\begin{frame}{Blocks} + ... the alert block the alert color .... + \begin{alertblock}{This is an alert block title} + This is soothing. + \end{alertblock} +\end{frame} +\begin{frame}{Blocks} + ... and the example block the example color. + \begin{exampleblock}{This is an example block title} + This is soothing. + \end{exampleblock} + The blocks can have a background (option \texttt{blockbg}) or not. +\end{frame} + \begin{frame}{Math} \begin{equation*} e = \lim_{n\to \infty} \left(1 + \frac{1}{n}\right)^n