Template for ISU PhD Thesis. Blatantly stolen/adapted from @cpsievert phd-thesis repo.
- What the finished product should look like: https://www.grad-college.iastate.edu/documents/thesis/thesis_template/Latex_Thesis.pdf
- Breakdown of rules for each piece: https://www.grad-college.iastate.edu/thesis/organizing_thesis/ (click-through)
- If your thesis gets rejected, check these links first! ⬆️
- Don't use underscores, spaces, or other symbols in file names (- are ok). See here
- Insert images and tables using
knitr::include_graphics()
andknitr::kable()
, respectively, inside of R code chunks. The reference tag will then befig:chunkname
ortab:chunkname
, respectively.