Files
praca_inzynierska/Thesis/main.typ
T

20 lines
505 B
Typst

#set text(lang: "pl")
#import "style.typ": definition, example, theorem, zut-template
#import "@preview/alexandria:0.2.2": *
#show: alexandria(prefix: "book-", read: path => read(path))
#show: alexandria(prefix: "article-", read: path => read(path))
#show: alexandria(prefix: "other-", read: path => read(path))
#include "title_page.typ"
#pagebreak(to: "odd")
#include "table_of_contents.typ"
#pagebreak()
#zut-template([
#include "Chapters/1. Theoretical Scope.typ"
])
#include "Bibliography.typ"