1
0
Fork 0
generated from me/guix-typst-template
guix-typst-mla-template/src/page/essay/body.typ
2025-05-05 14:52:56 -05:00

13 lines
234 B
Typst

#let page_essay_body(content) = {
import "../../base/const.typ": base_spacing
set par(
leading: base_spacing,
spacing: base_spacing,
first-line-indent: (
amount: 0.5in,
all: true,
),
)
content
}