typo, hide counter on empty pages, add short title

This commit is contained in:
2026-06-07 16:22:00 +02:00
parent 334776da5a
commit a525fe60dd
6 changed files with 21 additions and 17 deletions
+15 -11
View File
@@ -11,14 +11,18 @@
#pagebreak()
#include "Abstract.typ"
#zut-template([
#include "Chapters/0. Introduction.typ"
#include "Chapters/1. Theoretical Scope.typ"
#include "Chapters/2. Implementation.typ"
#include "Chapters/3. Tests.typ"
#include "Chapters/4. Summary.typ"
#render-bib()
#pagebreak(to: "odd")
#list-of-figures()
])
#pagebreak(to: "odd")
#zut-template(
[
#include "Chapters/0. Introduction.typ"
#include "Chapters/1. Theoretical Scope.typ"
#include "Chapters/2. Implementation.typ"
#include "Chapters/3. Tests.typ"
#include "Chapters/4. Summary.typ"
#pagebreak(to: "odd")
#render-bib()
#pagebreak()
#list-of-figures()
],
shorttitle: "Aplikacja do współtworzenia notatek z wykorzystaniem technologii peer-to-peer",
)