Skip to content
Snippets Groups Projects
Commit e74224f6 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Support block environments

parent 908d26ab
Branches master
No related tags found
No related merge requests found
...@@ -41,7 +41,17 @@ ...@@ -41,7 +41,17 @@
\setbeamercolor{caption name}{fg = hhublue} \setbeamercolor{caption name}{fg = hhublue}
\setbeamercolor{structure}{fg=hhublue} \setbeamercolor{structure}{fg=hhublue}
\setbeamercolor{alerted text}{fg=red} \setbeamercolor{alerted text}{fg=hhured}
% Block colours
\setbeamercolor{block title}{fg=white,bg=hhublue}
\setbeamercolor{block body}{bg=hhublue!20}
\setbeamercolor{block title alerted}{fg=white,bg=hhured}
\setbeamercolor{block body alerted}{bg=hhured!20}
\setbeamercolor{block title example}{fg=white,bg=hhugreen}
\setbeamercolor{block body example}{bg=hhugreen!20}
\mode \mode
<all> <all>
...@@ -27,6 +27,6 @@ ...@@ -27,6 +27,6 @@
\usecolortheme{hhubeamer} \usecolortheme{hhubeamer}
\setbeamertemplate{navigation symbols}{} \setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[rounded][shadow=true] \setbeamertemplate{blocks}[rounded]
\mode<all> \mode<all>
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
\end{description} \end{description}
\end{frame} \end{frame}
\section{Beamer Examples}
\begin{frame} \begin{frame}
\frametitle{Reiner Text} \frametitle{Reiner Text}
...@@ -104,11 +105,9 @@ ...@@ -104,11 +105,9 @@
Aliqua sint consequat cupidatat ex. Excepteur velit veniam non amet. Aliqua sint consequat cupidatat ex. Excepteur velit veniam non amet.
\end{column} \end{column}
\end{columns} \end{columns}
\end{frame} \end{frame}
\section{Lorem Ipsum}
\begin{frame} \begin{frame}
\frametitle{Beamer-Befehle} \frametitle{Beamer-Befehle}
...@@ -118,8 +117,59 @@ ...@@ -118,8 +117,59 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}
\frametitle{Blocks}
\begin{block}{Block}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{block}
\begin{alertblock}{Alert Block}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{alertblock}
\begin{exampleblock}{Example Block}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{exampleblock}
\begin{example}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{example}
\end{frame}
\begin{frame}
\frametitle{More Blocks}
\begin{definition}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{definition}
\begin{theorem}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{theorem}
\begin{proof}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{proof}
\end{frame}
\begin{frame}
\frametitle{More more Blocks}
\begin{lemma}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{lemma}
\begin{corollary}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\end{corollary}
\end{frame}
\subsection{Lipsum}
\begin{frame} \begin{frame}
\frametitle{Current Section} \frametitle{Current Section}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment