Handwritten notebook style template for Polylux
1
2
3# Jotter
4
5A template for creating presentation slides with Typst and
6[Polylux](https://github.com/polylux-typ/polylux/) that look like they come
7straight out of your personal notebook.
8
9Clone this repository, install it locally with [tlp](https://codeberg.org/vidya/tlp) and use via
10```sh
11typst init @local/jotter:0.1.0 your-cool-project
12```
13
14A `slides.typ` file will be created for you and contains all the design elements
15you can use.
16
17By default, it uses the fonts
18[Kalam](https://github.com/itfoundry/kalam/releases),
19[Pennstander Math](https://github.com/juliusross1/Pennstander), and
20[Fantastque Sans Mono](https://github.com/belluzj/fantasque-sans/releases).
21Either make sure you have them installed or specify other fonts in the template.
22
23This is an opinionated template on purpose.
24However, if you like the overall handwritten asthetic but prefer not to have the
25spiral binding to the left and/or the dots in the background, you can disable
26them by setting the `binding` and `dots` keyword arguments to `false` in the
27`setup` function.
28
29
30
31