blob: 2a70071c85d1a257b89505661746cc583c9d14bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
% My epic presentation
% Myself
% today
---
slide-level: 2
aspectratio: 169
theme: metropolis
colortheme: owl
# Light theme
#colorthemeoptions: snowy
#minted:
# style: perldoc
links-as-notes: true
beameroption: "show notes on second screen=right"
toc: true
lang: en-US
---
# This is an title
## This is an slide
Hello `"world"`{.rust} bla-bla
```rust
fn main() {
println!("Hello, world: {}", 1 != 2);
// |--->-------!--------||-----!!---|
}
```
::: notes
These are some-notes
:::
## Next slide
Much content
## Set code title
```{=latex}
\tcbset{title=My Title}
```
```haskell
main :: IO ()
main = print . md5 . pack . unwords =<< getArgs
where
md5 x = hash x :: Digest MD5
```
```{=latex}
\tcbset{title=}
```
## Blocks
### Block
This is an block
### Example {.example}
$$\sum_{x=1}^{42}\dfrac{3^x}{!4}$$
### Alert {.alert}
This is an alert
# This is another title
## Again
???
|