Skip to content

Commit

Permalink
Add justification to acknowledgement and transparency layouts (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Nov 11, 2024
1 parent 8d33045 commit 920ffe7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions layout/acknowledgement.typ
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
lang: "en"
)

set par(leading: 1em)

set par(
leading: 1em,
justify: true
)

// --- Acknowledgements ---
align(left, text(font: sans-font, 2em, weight: 700,"Acknowledgements"))
Expand Down
5 changes: 4 additions & 1 deletion layout/transparency_ai_tools.typ
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
lang: "en"
)

set par(leading: 1em)
set par(
leading: 1em,
justify: true
)

// --- AI Usage ---
align(left, text(font: sans-font, 20pt, weight: 700,"Transparency in the use of AI tools"))
Expand Down

0 comments on commit 920ffe7

Please sign in to comment.