aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-11-11 10:23:18 -0800
committerJohn MacFarlane <[email protected]>2024-11-11 10:23:18 -0800
commitbe734d2543517a28bed7fef9b82d46dea56a61ea (patch)
tree7c1f90e1c0ddf2fb69507d50345a3ef06aee4f18 /test
parent13d37b4713b239169e8a1008952f717d483897d9 (diff)
Remove definitions.typst partial.
Remove unnecessary definition of `endnote`. Incorporate the one remaining definition into `default.typst`.
Diffstat (limited to 'test')
-rw-r--r--test/writer.typst8
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 => [