Compare commits
3 Commits
b1255bdbab
...
f3ef05b31b
Author | SHA1 | Date |
---|---|---|
|
f3ef05b31b | |
|
33aff90c56 | |
|
55b58e2699 |
|
@ -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%,
|
||||||
|
|
|
@ -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()]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue