Compare commits
3 Commits
b1255bdbab
...
f3ef05b31b
Author | SHA1 | Date |
---|---|---|
|
f3ef05b31b | |
|
33aff90c56 | |
|
55b58e2699 |
|
@ -197,6 +197,7 @@ SOFTWARE.*/
|
|||
#let hasLong = long != "" and long != []
|
||||
#let hasDesc = desc != "" and desc != []
|
||||
|
||||
#set align(left)
|
||||
#block(
|
||||
below: 1.5em,
|
||||
width: 100%,
|
||||
|
|
|
@ -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()]
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
)
|
||||
))
|
||||
|
||||
#import "@preview/wrap-it:0.1.0": wrap-content
|
||||
#import "@preview/wrap-it:0.1.1": wrap-content
|
||||
|
||||
= Lorem Ipsum
|
||||
|
||||
|
|
Loading…
Reference in New Issue