typo, hide counter on empty pages, add short title
This commit is contained in:
+15
-11
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user