render_natbib: Render a Markdown file with 'natbib' bibliography

View source: R/render_natbib.R

render_natbibR Documentation

Render a Markdown file with natbib bibliography

Description

Render a Markdown file with natbib bibliography

Usage

render_natbib(
  file,
  path = ".",
  encoding = "UTF-8",
  engine = c("xelatex", "pdflatex"),
  display = TRUE,
  keep = c("none", "all", "tex"),
  clean = TRUE
)

Arguments

file

the name of the Rmd file.

path

the path of the Rmd file.

encoding

the encoding of the Rmd file. Default to 'UTF-8'.

engine

the LaTeX engine the compile the document. Defaults to "xelatex".

display

open the pdf in a reader. Defaults to TRUE.

keep

keep intermediate files after successful compilation. Defaults to "none".

clean

TRUE to clean intermediate files created during rendering of the R markdown into tex.

See Also

Other utils: add_author(), add_report_numbers(), check_dependencies(), column_start(), column_width(), cover_info(), create_report(), dyn_table(), references(), validate_doi()


inbo/INBOmd documentation built on Feb. 3, 2024, 5:58 p.m.