#import "style.typ": definition, example, 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() #zut-template([ #include "Chapters/1. Theoretical Scope.typ" ]) #render-bib()