-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport-template.rmd
52 lines (39 loc) · 1.07 KB
/
report-template.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
---
title: ""
author: "Andrew Manderson"
date: "`r format(Sys.time(), '%d %B, %Y')`"
fontfamily: tgpagella
fontsize: 10pt
papersize: a4
geometry: margin=2.25cm
bibliography: bibliography/report-template.bib
csl: bibliography/american-statistical-association.csl
output:
pdf_document:
includes:
in_header:
tex-input/pre.tex
fig_caption: true
number_sections: true
keep_tex: true
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = FALSE, comment = NA, fig.align = "center")
```
# Introduction
Some introductory text
# Main Body
A number of interesting things
# Conclusion
Concise summary
<!-- -------------------- END OF MAIN BODY OF DOCUMENT -------------------- -->
\newpage
<!-- The {-} tag here suppresses the section numbering. -->
# Bibliography {-}
<!-- This makes pandoc-citeproc put the references before the end of document. -->
<div id="refs"></div>
\newpage
<!-- Now switch to alphabetical numbering for the appendix, and reset the counter. -->
\renewcommand{\thesubsection}{\Alph{subsection}}
# Appendix {-}
## Appendix A title