changed header style to omit last dot

This commit is contained in:
Sven Vogel 2024-07-11 11:41:04 +02:00
parent 7262caeee7
commit b46660e605
1 changed files with 2 additions and 2 deletions

View File

@ -172,13 +172,13 @@
}
#let content_styled(config, body) = {
set heading(numbering: "1.")
set heading(numbering: "1.1.1")
body
}
#let end_styled(config, body) = {
set heading(numbering: "1.")
set heading(numbering: "1.1.1")
body
}