smarana 0.7.3

An extensible note taking system for typst.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#let theme-mode = "dark"

#let conf(body) = {
  set document(
    title: "Smarana Notebook",
    author: "smarana",
  )

  set text(
    size: 11pt,
  )

  body
}