diff options
Diffstat (limited to 'beamer/slides.md')
-rw-r--r-- | beamer/slides.md | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/beamer/slides.md b/beamer/slides.md new file mode 100644 index 0000000..1dbce3c --- /dev/null +++ b/beamer/slides.md | |||
@@ -0,0 +1,64 @@ | |||
1 | % My epic presentation | ||
2 | % Myself | ||
3 | % today | ||
4 | |||
5 | --- | ||
6 | slide-level: 2 | ||
7 | aspectratio: 169 | ||
8 | |||
9 | theme: metropolis | ||
10 | colortheme: owl | ||
11 | |||
12 | # Light theme | ||
13 | #colorthemeoptions: snowy | ||
14 | #mintedstyle: perldoc | ||
15 | #mintedstyle: xcode | ||
16 | |||
17 | links-as-notes: true | ||
18 | beameroption: "show notes on second screen=right" | ||
19 | |||
20 | toc: true | ||
21 | lang: en-US | ||
22 | --- | ||
23 | |||
24 | # This is an title | ||
25 | |||
26 | ## This is an slide | ||
27 | |||
28 | Hello `"world"`{.rust} bla-bla | ||
29 | |||
30 | ```rust | ||
31 | fn main() { | ||
32 | println!("Hello, world: {}", 1 != 2); | ||
33 | // |--->-------!--------||-----!!---| | ||
34 | } | ||
35 | ``` | ||
36 | |||
37 | ::: notes | ||
38 | |||
39 | These are some-notes | ||
40 | |||
41 | ::: | ||
42 | |||
43 | |||
44 | ## Next slide | ||
45 | |||
46 | Much content | ||
47 | |||
48 | ### Block | ||
49 | |||
50 | This is an block | ||
51 | |||
52 | ### Example {.example} | ||
53 | |||
54 | $$\sum_{x=1}^{42}\dfrac{3^x}{!4}$$ | ||
55 | |||
56 | ### Alert {.alert} | ||
57 | |||
58 | This is an alert | ||
59 | |||
60 | # This is another title | ||
61 | |||
62 | ## Again | ||
63 | |||
64 | ??? | ||