5 lines
134 B
Typst
5 lines
134 B
Typst
#let include-offset(what) = context {
|
|
let current-offset = heading.offset
|
|
set heading(offset: current-offset + 1)
|
|
include what
|
|
} |