Skip to content

Commit

Permalink
Add missing first-line-indent to proposal_template.typ (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmm01 authored Dec 11, 2023
1 parent 62dc864 commit fce76ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposal_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
set heading(numbering: "1.1")

// --- Paragraphs ---
set par(leading: 1em, justify: true)
set par(leading: 1em, justify: true, first-line-indent: 2em)

// --- Figures ---
show figure: set text(size: 0.85em)
Expand All @@ -49,4 +49,4 @@

pagebreak()
bibliography("thesis.bib")
}
}

0 comments on commit fce76ac

Please sign in to comment.