doc_manuscript: Generate Manuscript

Description Usage Arguments Author(s)

View source: R/doc_manuscript.R

Description

Generate Manuscript

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
doc_manuscript(
  jdoc,
  attributes_yml,
  output_dir = getwd(),
  author_latex = NULL,
  affiliation_latex = NULL,
  add_authornote = NULL,
  mode = "man",
  paper = "a4paper",
  packages = NULL,
  etc = NULL
)

Arguments

jdoc

Character string. Jekdoc input file.

attributes_yml

Character string. Path to the attributes YAML file.

output_dir

Character string. Output directory.

author_latex

Character string. If specified, overides default latex \author.

affiliation_latex

Character string. If specified, overides default latex \affiliation.

add_authornote

Character string. Additional information to include in author note.

mode

Character string. APA7 LaTeX mode. The options are "jou" for journal, "man" for manuscript, and "stu" for student paper.

paper

Character string. Paper size. The options are "letter" and "a4paper".

packages

Character vector. Additional LaTeX packages to include in the preamble.

etc

Character vector. Extra text to include in the preamble.

Author(s)

Ivan Jacob Agaloos Pesigan


jeksterslabds/jeksterslabRdoc documentation built on July 15, 2020, 8:40 a.m.