diff options
| author | John MacFarlane <[email protected]> | 2024-11-11 10:23:18 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-11-11 10:23:18 -0800 |
| commit | be734d2543517a28bed7fef9b82d46dea56a61ea (patch) | |
| tree | 7c1f90e1c0ddf2fb69507d50345a3ef06aee4f18 /test/writer.typst | |
| parent | 13d37b4713b239169e8a1008952f717d483897d9 (diff) | |
Remove definitions.typst partial.
Remove unnecessary definition of `endnote`.
Incorporate the one remaining definition into `default.typst`.
Diffstat (limited to 'test/writer.typst')
| -rw-r--r-- | test/writer.typst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/writer.typst b/test/writer.typst index 2d8a93e11..58c821678 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -1,11 +1,5 @@ -// Some definitions presupposed by pandoc's typst output. -#let horizontalrule = [ - #line(start: (25%,0%), end: (75%,0%)) -] +#let horizontalrule = line(start: (25%,0%), end: (75%,0%)) -#let endnote(num, contents) = [ - #stack(dir: ltr, spacing: 3pt, super[#num], contents) -] #show terms: it => { it.children .map(child => [ |
