Compare commits

...

3 Commits

Author SHA1 Message Date
Sven Vogel f3ef05b31b fix: left align glossary
Build'n check / run-ci-linux (push) Has been skipped Details
Build'n check / run-ci-linux (pull_request) Failing after 7m42s Details
2025-03-06 16:09:20 +01:00
Sven Vogel 33aff90c56 fix: render outlines with typst 0.13 2025-03-06 15:27:53 +01:00
Sven Vogel 55b58e2699 fix: bump wrap-it to 0.1.1 in template 2025-03-06 14:11:17 +01:00
3 changed files with 7 additions and 3 deletions

View File

@ -197,6 +197,7 @@ SOFTWARE.*/
#let hasLong = long != "" and long != [] #let hasLong = long != "" and long != []
#let hasDesc = desc != "" and desc != [] #let hasDesc = desc != "" and desc != []
#set align(left)
#block( #block(
below: 1.5em, below: 1.5em,
width: 100%, width: 100%,

View File

@ -18,9 +18,12 @@
show outline.entry: it => { show outline.entry: it => {
link(it.element.location())[ link(it.element.location())[
#v(12pt, weak: true) #v(12pt, weak: true)
#text(weight: "regular", it.body) #it.prefix()
#[:]
#h(0.5em)
#text(weight: "regular", it.body())
#box(width: 1fr, it.fill) #box(width: 1fr, it.fill)
#[ #it.page] #[ #it.page()]
] ]
} }

View File

@ -45,7 +45,7 @@
) )
)) ))
#import "@preview/wrap-it:0.1.0": wrap-content #import "@preview/wrap-it:0.1.1": wrap-content
= Lorem Ipsum = Lorem Ipsum