source('scripts/setup.R')
knitcitations::cite_options(cite.style = "numeric")

\chapter{Introduction}

Background

This template demonstrates some of the basic latex you'll need to know to create a JSS article.

Code formatting

Don't use markdown, instead use the more precise latex commands:

R code

Can be inserted in regular R markdown blocks.

plot(rnorm(100), col = 2, pch = 16)

\chapter{Literature Review}

\chapter{Methodology}

\chapter{Analysis And Results}

\chapter{Conclusion}



Auburngrads/AFIT documentation built on May 5, 2019, 8:13 a.m.