diff options
Diffstat (limited to '')
| -rw-r--r-- | src/Lecture3/slides/5-Beamer.vrb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Lecture3/slides/5-Beamer.vrb b/src/Lecture3/slides/5-Beamer.vrb new file mode 100644 index 0000000..ef0a439 --- /dev/null +++ b/src/Lecture3/slides/5-Beamer.vrb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | \frametitle{Custom blocks} | ||
| 2 | |||
| 3 | { | ||
| 4 | \setbeamercolor{block title}{fg=blue,bg=green} | ||
| 5 | \setbeamercolor{block body}{fg=black,bg=pink!50} | ||
| 6 | \begin{block}{A custom block, with ugly colors} | ||
| 7 | \begin{verbatim} | ||
| 8 | { | ||
| 9 | \setbeamercolor{block title}{fg=blue,bg=green} | ||
| 10 | \setbeamercolor{block body}{fg=black,bg=pink!50} | ||
| 11 | |||
| 12 | \begin{block}{A custom block, with ugly colors} | ||
| 13 | ... | ||
| 14 | \end{block} | ||
| 15 | } | ||
| 16 | \end{verbatim} | ||
| 17 | \end{block} | ||
| 18 | } | ||
