···1#import "@preview/polylux:0.4.0": *
2-#import "@preview/jotter-polylux:0.1.0": setup, title-slide, fancy-block
0000034#set text(
5 size: 25pt,
···19 The speaker
2021 Date, Place
00000000022]
2324#slide[
25- = Title of this slide
2627- The content of this slide.
02829- Some text is *bold*, some text is _emphasized_.
0003031- #fancy-block(inset: 1em, sloppiness: .05)[
32- A very important formula:
33-34- $
35- hat(mu) = 1 / n sum_(i = 1)^n x_i
36- $
37 ]
38]
3940#slide[
41- = Another slide
4243 #toolbox.side-by-side[
44 Maxwell says:
···46 integral.surf_(partial Omega) bold(B) dot dif bold(S) = 0
47 $
48 ][
49-50- - a bullet point
51- - another bullet point
52-53- + first point
54- + second point
55-56 Compute the answer:
57 ```rust
58 pub fn main() {
···62 ]
63]
6400000000000000000
···1#import "@preview/polylux:0.4.0": *
2+#import "@preview/jotter-polylux:0.1.0": (
3+ setup,
4+ title-slide,
5+ framed-block,
6+ post-it,
7+)
89#set text(
10 size: 25pt,
···24 The speaker
2526 Date, Place
27+28+ #place(
29+ horizon + right,
30+ post-it[
31+ #set align(horizon + left)
32+ #set text(size: .6em)
33+ Don't miss this talk!
34+ ],
35+ )
36]
3738#slide[
39+ = Typography
4041+ #toolbox.side-by-side[
42+ Style your content beautifully!
4344+ Some text is *bold*, some text is _emphasized_.
45+ ][
46+ - a bullet point
47+ - another bullet point
4849+ + first point
50+ + second point
000051 ]
52]
5354#slide[
55+ = Maths and Code
5657 #toolbox.side-by-side[
58 Maxwell says:
···60 integral.surf_(partial Omega) bold(B) dot dif bold(S) = 0
61 $
62 ][
000000063 Compute the answer:
64 ```rust
65 pub fn main() {
···69 ]
70]
7172+#slide[
73+ = Highlighting content
74+75+ #toolbox.side-by-side[
76+ #grid(
77+ columns: 2,
78+ gutter: 1em,
79+ framed-block[a], framed-block[couple],
80+ framed-block[of], framed-block[randomized],
81+ framed-block[framed], framed-block[boxes],
82+ )
83+ ][
84+ #box(post-it[a post-it])
85+ #box(post-it[another post-it])
86+ ]
87+]
88+