diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
| commit | d6c61d988bfa4255baf9cdae42db59ebee38363f (patch) | |
| tree | 118ff3c2424e735149c145524965a4a337e50beb /src/Lecture3/slides/5-Beamer.vrb | |
| parent | 46eef66b1e1571c77dc828d7e950b129b4c8bfd0 (diff) | |
| download | mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.tar.gz mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.zip | |
Added files
Diffstat (limited to 'src/Lecture3/slides/5-Beamer.vrb')
| -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 | } | ||
