Skip to contents

A template for academic articles/manuscripts. For more information, see here: http://svmiller.com/blog/2020/09/another-rmarkdown-article-template/.

Usage

article(...)

templ_article()

Arguments

...

Arguments to rmarkdown::pdf_document.

About YAML header fields

This section documents some of the YAML fields to know for this template.

FIELDDESCRIPTION
namename of the author
affiliationthe affiliation of the author
thanksA place to thank people for their input, identify corresponding author, etc.
abstractinclude an abstract of the paper here
keywordssome keywords for the manuscript
anonymouslogical, defaults to FALSE. If TRUE, scrubs all identifying author info for peer review
removetitleabstractlogical, defaults to FALSE. If TRUE, removes title/abstract for peer review (if you'd like)
appendixoptional, but specifies appendix figure/table prefices
endnoteslogical, defaults to FALSE. If TRUE, makes R Markdown footnotes as endnotes
twocollogical, defaults to FALSE. If TRUE, makes document two-column format