-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
33 lines (31 loc) · 1.04 KB
/
index.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
---
documentclass: isuthesis
knit: "bookdown::render_book"
output:
bookdown::pdf_book:
template: my_template.tex
toc: false
keep_tex: yes
includes:
before_body: body.tex
bibliography: references.bib
fontsize: 11pt
header-includes:
- \usepackage{geometry}
- \usepackage{subcaption}
- \usepackage{pdflscape}
- \usepackage{float}
- \usepackage{isutraditional}
- \alternate
- \usepackage{rotating}
- \usepackage[pdftex,hypertexnames=false,linktocpage=true]{hyperref}
- \hypersetup{colorlinks=true,linkcolor=blue,anchorcolor=blue,citecolor=blue,filecolor=blue,urlcolor=blue,bookmarksnumbered=true,pdfview=FitB}
- \usepackage{natbib}
- \bibliographystyle{apa}
- \floatstyle{plaintop}
- \restylefloat{table}
---
\newgeometry{letterpaper, left=1.25in, top=0.55in, right=1.02in, bottom=1in, includehead=true}
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, cache = TRUE, warning = FALSE, message = FALSE, tidy = TRUE, tidy.opts = list(width.cutoff = 55), cache.lazy = FALSE)
```