afit_report: Air Force Institute of Technology Prospectus Template

Description Usage Arguments Details Value See Also Examples

Description

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

Usage

1
2
3
afit_report(..., keep_tex = TRUE, md_extensions = c("-autolink_bare_uris"),
  fig_caption = TRUE, toc = TRUE, template = "template.tex",
  format = "afit_report")

Arguments

...

Arguments to rmarkdown::pdf_document

keep_tex

Should the raw TeX files be kept?

md_extensions

Extensions passed to the Markdown engine

fig_caption

Should figure captions be enabled?

toc

Should a table of contents be created?

template

The TeX template used

format

The format of the document

Details

Adapted from the STYLE GUIDE FOR AFIT DISSERTATIONS, THESES AND GRADUATE RESEARCH PAPERS - July 2015

Value

R Markdown output format to pass to render

See Also

style_guide(school = 'afit')

Examples

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

## End(Not run)

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