-
Notifications
You must be signed in to change notification settings - Fork 9
/
master.Rmd
59 lines (35 loc) · 867 Bytes
/
master.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
documentclass: uathesis
classoption: dissertation
linkcolor: black
output:
pdf_document:
highlight: zenburn
keep_tex: no
number_sections: yes
includes:
in_header: includes/tex/header.tex
before_body: includes/tex/doc_prefix.tex
bibliography: includes/bib/bibliography.bib
csl: includes/bib/apa.csl
---
<!-- Include the Abstract -->
\incabstract{sections/2_abstract}
<!-- % Include chapters -->
```{r, child='./sections/3_intro.Rmd'}
```
```{r, child='./sections/4_chapterX.Rmd'}
```
```{r, child='./sections/5_chapterY.Rmd'}
```
```{r, child='./sections/6_conclusion.Rmd'}
```
<!-- Include appendix -->
\appendix
```{r, child='./sections/appendices.Rmd'}
```
<!-- Include references -->
\setlength{\parindent}{-0.2in}
\setlength{\leftskip}{0.2in}
\setlength{\parskip}{8pt}
\increferences{sections/references}