Skip to content

Commit

Permalink
Reset page numbering after outline (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jan 16, 2025
1 parent fc189fd commit 768edbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layout/thesis_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

set page(
margin: (left: 30mm, right: 30mm, top: 40mm, bottom: 40mm),
numbering: "1",
numbering: none,
number-align: center,
)

Expand Down Expand Up @@ -127,7 +127,9 @@
pagebreak()


// Main body.
// Main body. Reset page numbering.
set page(numbering: "1")
counter(page).update(1)
set par(justify: true, first-line-indent: 2em)

body
Expand Down

0 comments on commit 768edbf

Please sign in to comment.