37 lines
577 B
Plaintext
37 lines
577 B
Plaintext
#import "template.typ"
|
|
|
|
#show: doc => template.phd(doc)
|
|
|
|
#include "cover.typ"
|
|
|
|
#include "abstracts/main.typ"
|
|
|
|
#pagebreak()
|
|
#include "acknowledgments.typ"
|
|
|
|
#pagebreak()
|
|
|
|
#[
|
|
#set par(first-line-indent: 0em, justify: true, leading: 1em)
|
|
#outline(indent: true, depth: 3)
|
|
]
|
|
|
|
#pagebreak()
|
|
#include "introduction/main.typ"
|
|
|
|
#pagebreak()
|
|
#include "foreword/main.typ"
|
|
|
|
#pagebreak()
|
|
#include "related-work/main.typ"
|
|
|
|
#pagebreak()
|
|
#include "preliminary-work/main.typ"
|
|
|
|
#pagebreak()
|
|
#bibliography("bib.bib", style: "chicago-author-date")
|
|
|
|
#pagebreak()
|
|
#include "abstracts/fourth.typ"
|
|
|