fix: render outlines with typst 0.13
This commit is contained in:
parent
55b58e2699
commit
33aff90c56
|
@ -18,9 +18,12 @@
|
|||
show outline.entry: it => {
|
||||
link(it.element.location())[
|
||||
#v(12pt, weak: true)
|
||||
#text(weight: "regular", it.body)
|
||||
#it.prefix()
|
||||
#[:]
|
||||
#h(0.5em)
|
||||
#text(weight: "regular", it.body())
|
||||
#box(width: 1fr, it.fill)
|
||||
#[ #it.page]
|
||||
#[ #it.page()]
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue