Compare commits

...

2 Commits

Author SHA1 Message Date
Achim D. Brucker 0ddbdc5ae6 Improved example. 2017-04-26 08:17:42 +01:00
Achim D. Brucker 7bf5a26cfb Improved color setup for boxes. 2017-04-25 07:04:52 +01:00
2 changed files with 7 additions and 18 deletions

View File

@ -27,6 +27,7 @@
% \setbeamercolor{block title example}{use=example text,fg=lhWhite,bg=lhDarkGray}
\setbeamercolor{block body example}{parent=normal text,use=block title example,fg=block title example.bg, bg=block title example.bg!10!bg}
\setbeamercolor{block body alerted}{parent=normal text,use=block title example,fg=block title example.bg, bg=block title example.bg!10!bg}
\setbeamercolor*{palette secondary}{bg=lhLightGray,fg=lhDarkGray}
\setbeamercolor{kicker}{use=structure,bg=lhDarkGray,fg=lhLightGray}

View File

@ -60,29 +60,17 @@
\begin{frame}
\frametitle{Block Examples}
\begin{block}{Regular Block}
asdfsaf asdf asdfasdf asdf
The \alert{quick} \textbf{brown} \emph{fox} \ldots
\end{block}
\begin{alertblock}{Alert Block}
asdfsaf asdf asdfasdf asdf
The \alert{quick} \textbf{brown} \emph{fox} \ldots
\end{alertblock}
\begin{exampleblock}{Example Block}
asdfsaf asdf asdfasdf asdf
The \alert{quick} \textbf{brown} \emph{fox} \ldots
\end{exampleblock}
heorem
I
corollary
I
definition
I
definitions
I
fact
I
example
I
examples
I
proof
\begin{quotebox}
The \alert{quick} \textbf{brown} \emph{fox} \ldots
\end{quotebox}
\end{frame}