summaryrefslogtreecommitdiffstats
path: root/beamer/slides.md
diff options
context:
space:
mode:
Diffstat (limited to 'beamer/slides.md')
-rw-r--r--beamer/slides.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/beamer/slides.md b/beamer/slides.md
index 1dbce3c..2a70071 100644
--- a/beamer/slides.md
+++ b/beamer/slides.md
@@ -11,8 +11,8 @@ colortheme: owl
11 11
12# Light theme 12# Light theme
13#colorthemeoptions: snowy 13#colorthemeoptions: snowy
14#mintedstyle: perldoc 14#minted:
15#mintedstyle: xcode 15# style: perldoc
16 16
17links-as-notes: true 17links-as-notes: true
18beameroption: "show notes on second screen=right" 18beameroption: "show notes on second screen=right"
@@ -45,6 +45,25 @@ These are some-notes
45 45
46Much content 46Much content
47 47
48## Set code title
49
50```{=latex}
51\tcbset{title=My Title}
52```
53
54```haskell
55main :: IO ()
56main = print . md5 . pack . unwords =<< getArgs
57 where
58 md5 x = hash x :: Digest MD5
59```
60
61```{=latex}
62\tcbset{title=}
63```
64
65## Blocks
66
48### Block 67### Block
49 68
50This is an block 69This is an block