1
0
Fork 0

Decrease leading distance to account for differences in Typst line spacing

main
Ethan Reece 2024-09-27 02:56:14 -05:00
parent ca1fbe8793
commit 015e2ca86a
Signed by: me
GPG Key ID: 198E9EB433DB1B28
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#let page_essay_base_grid(..items) = grid(
gutter: 2em,
gutter: 1.7em,
..items
)

View File

@ -2,7 +2,7 @@
import "bibliography/heading.typ": page_essay_bibliography_heading
set par(
leading: 2em,
leading: 1.7em,
hanging-indent: 0.5in,
)
set block(spacing: 2em)

View File

@ -1,6 +1,6 @@
#let page_essay_body(content) = {
set par(
leading: 2em,
leading: 1.7em,
first-line-indent: 0.5in,
)
show par: set block(spacing: 2em)