ieee_article: Air Force Institute of Technology Thesis Template

Description Usage Arguments Details Value Examples

Description

Format for creating AFIT theses

Usage

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

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

Examples

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

## End(Not run)

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