Skip to content

Commit

Permalink
Add indent of first paragraph after a headline (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWt authored Apr 27, 2024
1 parent 6168f9a commit b45cf1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proposal_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
set heading(numbering: "1.1")

// --- Paragraphs ---
let firstParagraphIndent = 1.45em
show heading: it => {
it
h(firstParagraphIndent)
}
set par(leading: 1em, justify: true, first-line-indent: 2em)

// --- Figures ---
Expand Down

0 comments on commit b45cf1e

Please sign in to comment.