blob: a6deba053e744a5aed1d938f5a0b55eed3e85d3a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Some definitions presupposed by pandoc's typst output.
#let horizontalrule = [
#line(start: (25%,0%), end: (75%,0%))
]
#let endnote(num, contents) = [
#stack(dir: ltr, spacing: 3pt, super[#num], contents)
]
|