sf298: Air Force Institute of Technology Prospectus Template

Description Usage Arguments Details Value Examples

Description

Format for creating the initial pages of AFIT theses, dissertations, and reports.

Usage

1
2
sf298(..., keep_tex = FALSE, md_extensions = c("-autolink_bare_uris"),
  template = "sf298.tex")

Arguments

...

Arguments to rmarkdown::pdf_document

keep_tex

Should the raw TeX files be kept?

md_extensions

Extensions passed to the Markdown engine

template

The TeX template used

Details

Adapted from the STYLE GUIDE FOR AFIT DISSERTATIONS, THESES AND GRADUATE RESEARCH PAPERS - July 2015 http://www.afit.edu/docs/NewAFITStyleGuideJuly2015(2).pdf

Value

R Markdown output format to pass to render

Examples

1
2
3
4
## Not run: 
rmarkdown::draft("MyThesis.Rmd", template = "afit_prospectus", package = "AFIT")

## End(Not run)

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