updated
field in the CV template. If TRUE
, the last update appears in the third row of the header. If FALSE
, it appears in the center footer.article
) template. HT @shenkin.appendixletter
with LaTeX package endfloat
in the second article template. This is useful if you want specialty table/figure numbering and you want an anonymous document.article2
template now supports captions for code chunks, courtesy of this Stack Overflow post. This appears in the YAML as chunkcaption: TRUE
if you want to enable it. If you enable it, change the knitr
code to what you see (commented) in the setup chunk. Consult the Stack Overflow thread for more informaiton.The newest release has the following additions and changes to pre-existing templates. Additions include:
Changes include:
The newest release has the following additions and changes to pre-existing templates. Additions include:
Changes include:
doublespacing
to article2
document. Documentation and skeleton updated accordingly.\lfoot{}
and \cfoot{}
problem in the CV template. HT: @waternumbers{tinytex}
installations for the article2
template. I thank Ian Adams and Cornelius Hennch for pointing to this issue.article2
when anonymous: TRUE
. This comes by way of the endfloat
package in LaTeX.The newest release has the following additions and changes to pre-existing templates. Additions include:
article
and article2
have anonymous parameters built into them, but this is a template I created because one particular journal to which I submitted a manuscript once demanded that the anonymous manuscript look exactly a certain way. From that, what is now anonms
in this package was born.Changes include:
article
, article2
, and anonms
feature the “CSL” environment change that Pandoc recently rolled out. I think this came at the end of 2020. It is only relevant if you don’t use natbib for handling references.The newest release has the following additions and changes to pre-existing templates. Additions include:
Changes include:
article2
that was breaking things. R Markdown/Pandoc can punish you for commenting out code when you should remove it.templ_
and can be useful for a “make” approach to document preparation.svm_article2
to article2
.R CMD check
to make sure everything comes up green.tidyverse
import/dependency, since it just bogs down testing and is not required.