24 lines
542 B
Typst
24 lines
542 B
Typst
#import "style.typ": abstract, definition, example, list-of-figures, theorem, zut-template
|
|
#import "Bibliography.typ": bib-setup, render-bib
|
|
|
|
#set text(lang: "pl")
|
|
#show: bib-setup
|
|
|
|
#include "title_page.typ"
|
|
#pagebreak(to: "odd")
|
|
|
|
#include "table_of_contents.typ"
|
|
#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()
|