-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.Rmd
29 lines (26 loc) · 958 Bytes
/
main.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
---
title: "My Thesis Title"
author: "Andrew Lapointe"
#csl: G:/My Drive/ZoteroRPlugin/styles-master/spectroscopy-letters.csl # This is the style by which your references will follow.
output:
pdf_document:
includes:
in_header: styles/preamble2.tex
keep_tex: yes
latex_engine: xelatex
#number_sections: yes
#link-citations: yes
documentclass: styles/memoir_thesis/ucalgmthesis #styles/thesis-umich5 #ucalgarythesis #styles/ucalg #style by which we want the document to follow
bibliography: G:/My Drive/ZoteroRPlugin/Report_references.bib
---
```{r global_options, include=FALSE}
library(knitr)
knitr::opts_chunk$set(fig.align='center',
fig.pos = 'H',
fig.path = 'images/',
echo = FALSE,
warning = FALSE,
message = FALSE,
include = TRUE)
use_betterbiblatex = TRUE
```