gen_paper: Format submissions.

Description Usage Arguments Details Value

View source: R/gen_paper.R

Description

Format submissions to various academic conferences and journals.

Usage

1
2
3
gen_paper(..., engine = "xelatex", journal = "aom", keep_tex = TRUE,
  citation_package = "natbib",
  md_extensions = c("-autolink_bare_uris"))

Arguments

...

Arguments passed to pdf_document().

engine

character. Latex engine to be used to produce the pdf.

journal

character. Journal to which the paper is submitted. See details for the available options.

keep_tex

Keep the intermediate tex file used in the conversion to PDF

citation_package

The LaTeX package to process citations, natbib or biblatex. Use none if neither package is to be used.

md_extensions

Markdown extensions to be added or removed from the default definition or R Markdown. See the rmarkdown_format for additional details.

Details

The templates currently available are:

Value

R Markdown output format to pass to render


NicolasJBM/writer documentation built on Aug. 12, 2019, 2:36 p.m.