Files
praca_inzynierska/Thesis/main.typ
T
oschly 1bd2d08677 styling fixes
- include bib in contents
- fix page breaks between chapters
- fix colors in table of contents
2026-06-07 17:19:49 +02:00

28 lines
720 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"
#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"
#render-bib()
#pagebreak()
#list-of-figures()
],
shorttitle: "Aplikacja do współtworzenia notatek z wykorzystaniem technologii peer-to-peer",
)