#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", )