Converts a folder with markdown files and a corresponding literature library (if available) to a tex file
buildTEX(
file = "documentation.tex",
mdfolder = "markdown",
literature = "literature.bib",
citation = "../CITATION.cff",
supplementary = NULL,
pdf = TRUE
)name of the tex file to be written
path to the markdown folder to be used as source
path to a bibliography, if available (will be ignored if file does not exist)
Citation information in citation file format (optional)
a vector of files and/or folders required for the conversion (e.g. an images subdirectory with figures to be shown in the documents)
boolean which specifies whether pdf file should be generated from tex
Jan Philipp Dietrich, Kristine Karstens
Pandoc (https://pandoc.org/) together with pandoc-citeproc need to be installed on the system.
goxygen, buildHTML