Skip to content

Commit a1689cd

Browse files
authored
Merge pull request #6 from td-org-uit-no/feat/page-numbering
feat: Add page numbering in footer
2 parents bec6748 + 79310d0 commit a1689cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template.typ

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
#set text(8pt)
5252
979-8-3503-2934-6/23/\$31.00 ©2023 IEEE
5353
]
54+
else [
55+
#set align(center)
56+
#set text(10pt)
57+
#counter(page).display(
58+
"1/1",
59+
both: true
60+
)
61+
]
5462
}),
5563
)
5664

0 commit comments

Comments
 (0)