summaryrefslogtreecommitdiffstats
path: root/beamer/slides.md
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-03 16:04:03 +0100
committerMinijackson <minijackson@riseup.net>2021-11-03 16:05:52 +0100
commit7784b511e0d40964f9867dcbb209841d8de20815 (patch)
tree6cacc174e72c87bbff04c5ea81927f633be55094 /beamer/slides.md
downloadpandoc-nix-templates-7784b511e0d40964f9867dcbb209841d8de20815.tar.gz
pandoc-nix-templates-7784b511e0d40964f9867dcbb209841d8de20815.zip
init with beamer template
Diffstat (limited to 'beamer/slides.md')
-rw-r--r--beamer/slides.md64
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---
6slide-level: 2
7aspectratio: 169
8
9theme: metropolis
10colortheme: owl
11
12# Light theme
13#colorthemeoptions: snowy
14#mintedstyle: perldoc
15#mintedstyle: xcode
16
17links-as-notes: true
18beameroption: "show notes on second screen=right"
19
20toc: true
21lang: en-US
22---
23
24# This is an title
25
26## This is an slide
27
28Hello `"world"`{.rust} bla-bla
29
30```rust
31fn main() {
32 println!("Hello, world: {}", 1 != 2);
33 // |--->-------!--------||-----!!---|
34}
35```
36
37::: notes
38
39These are some-notes
40
41:::
42
43
44## Next slide
45
46Much content
47
48### Block
49
50This is an block
51
52### Example {.example}
53
54$$\sum_{x=1}^{42}\dfrac{3^x}{!4}$$
55
56### Alert {.alert}
57
58This is an alert
59
60# This is another title
61
62## Again
63
64???