Compare commits
No commits in common. "f3ef05b31b2aba31ac8e826990c3880d2ed6b845" and "b1255bdbabd653a5edd55f08396d126bb68854be" have entirely different histories.
f3ef05b31b
...
b1255bdbab
|
@ -197,7 +197,6 @@ SOFTWARE.*/
|
|||
#let hasLong = long != "" and long != []
|
||||
#let hasDesc = desc != "" and desc != []
|
||||
|
||||
#set align(left)
|
||||
#block(
|
||||
below: 1.5em,
|
||||
width: 100%,
|
||||
|
|
|
@ -18,12 +18,9 @@
|
|||
show outline.entry: it => {
|
||||
link(it.element.location())[
|
||||
#v(12pt, weak: true)
|
||||
#it.prefix()
|
||||
#[:]
|
||||
#h(0.5em)
|
||||
#text(weight: "regular", it.body())
|
||||
#text(weight: "regular", it.body)
|
||||
#box(width: 1fr, it.fill)
|
||||
#[ #it.page()]
|
||||
#[ #it.page]
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
)
|
||||
))
|
||||
|
||||
#import "@preview/wrap-it:0.1.1": wrap-content
|
||||
#import "@preview/wrap-it:0.1.0": wrap-content
|
||||
|
||||
= Lorem Ipsum
|
||||
|
||||
|
|
Loading…
Reference in New Issue