Format for creating submissions to Multidisciplinary Digital Publishing Institute (MDPI) journals. Adapted from https://www.mdpi.com/authors/latex.
Usage
mdpi_article(
...,
keep_tex = TRUE,
latex_engine = "pdflatex",
pandoc_args = NULL,
citation_package = "natbib"
)
mdpi_journals()Arguments
- ...
Additional arguments to
rmarkdown::pdf_document()- keep_tex
Keep the intermediate tex file used in the conversion to PDF. Note that this argument does not control whether to keep the auxiliary files (e.g.,
.aux) generated by LaTeX when compiling.texto.pdf. To keep these files, you may setoptions(tinytex.clean = FALSE).- latex_engine
LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", "xelatex" and "tectonic".
- pandoc_args
Additional command line options to pass to pandoc
- citation_package
The LaTeX package to process citations,
natbiborbiblatex. Usedefaultif neither package is to be used, which means citations will be processed via the commandpandoc-citeproc.
Details
Possible arguments for the YAML header are:
titletitle of the manuscriptauthorlist of authors, containingname,affil, andorcid(optional)affiliationlist containingnum,address, andemailfor definingauthoraffiliationsauthorcitationstring with last name and first intial of authors as expected to be shown in a referencefirstnotecan includefirstnotethrougheightnotethat correspond to footnote marks inaffilcorrespondencecontact information of the corresponding authorjournalshort name (case sensitive) of the journal (see list in template or withmdpi_journals()).typeusually "article" but see template for optionsstatususually "submit"simplesummaryoptional, may depend on specific journalabstractabstract, limited to 200 wordskeywords3 to 10 keywords seperated with a semicolonacknowledgementacknowledgement backmatter (optional)authorcontributionsreport authorship contributions (optional)fundingresearch funding statementinstitutionalreviewIRB statements (optional)informedconsentInformed consent statements for human research (optional)dataavailabilityLinks to datasets or archives (optional)conflictsofinterestConflict of interest statement (see journal instructions)sampleavailabilitySample availability statement (optional)supplementarySupplementary data statement, see template for example (optional)abbreviationslist of abbreviations containingshortandlongbibliographyBibTeX.bibfileappendixname of appendix tex fileendnoteboolean, ifTRUEwill print list of endnotes if included in text (optional)header-includes: custom additions to the header, before the\begin{document}statementinclude-after: for including additional LaTeX code before the\end{document}statement
