forked from rosannav/thesis_in_rmarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis-step3.Rmd
73 lines (51 loc) · 996 Bytes
/
thesis-step3.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
output:
pdf_document:
fig_caption: yes
number_sections: yes
bibliography: library.bib
header-includes:
- \usepackage{placeins}
---
```{r child = 'titlepage.Rmd'}
```
\newpage
```{r child = 'declaration.Rmd'}
```
\newpage
\addcontentsline{toc}{section}{Abstract}
\section*{Abstract}
```{r child = 'abstract.Rmd'}
```
\newpage
\addcontentsline{toc}{section}{Acknowledgements}
\section*{Acknowledgements}
```{r child = 'acknowledgements.Rmd'}
```
\newpage
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
```{r child = 'chapter1.Rmd'}
```
\FloatBarrier
\newpage
```{r child = 'chapter2.Rmd'}
```
\FloatBarrier
\newpage
```{r child = 'chapter3.Rmd'}
```
\FloatBarrier
\newpage
```{r child = 'chapter4.Rmd'}
```
\FloatBarrier
\newpage
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
\newpage
\addcontentsline{toc}{section}{List of Tables}
\listoftables
\newpage
# References