mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-11 00:03:08 -04:00
typst update 0.7 + back cover
This commit is contained in:
parent
ab86029512
commit
55d64da01d
2 changed files with 44 additions and 3 deletions
|
@ -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 @@
|
|||
]
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue