typst update 0.7 + back cover

This commit is contained in:
anarsec 2023-08-15 20:37:37 +00:00
parent ab86029512
commit 55d64da01d
No known key found for this signature in database
2 changed files with 44 additions and 3 deletions

View file

@ -6,6 +6,7 @@
description: none,
subtitle: none,
category: none,
backcoverinsidecontent: none,
content
) = {
@ -125,6 +126,26 @@
content
set page(numbering: none)
// back cover inside
page()[
// set headings
#show heading.where(level: 1): it => {
block(width: 100%)[
#set align(center)
#set text(size: 22pt, font: "Jost")
#text(it.body)
#v(10pt)
]
}
// format links
#show link: it => {
it.body
}
#backcoverinsidecontent
]
// back cover
page()[
@ -148,3 +169,4 @@
]
]