Update typst tests for template change.

This commit is contained in:
John MacFarlane
2026-03-17 11:00:39 +01:00
parent dc4bcd23cc
commit 4fbe52f4c1
+4 -1
View File
@@ -93,6 +93,9 @@
}
}
#let has-title-block = title != none or (authors != none and authors != ()) or
date != none or abstract != none
#if has-title-block {
place(top, float: true, scope: "parent", clearance: 4mm, block(below: 1em, width: 100%)[
#if title != none {
align(center, block[
@@ -134,7 +137,7 @@
]
}
])
}
doc
}
#show: doc => conf(