Template for creating a journal revision letters.
revision_letter_pdf(...)
R Markdown output format to pass to rmarkdown::render()
.
Arguments passed on to bookdown::pdf_document2
This document format is adapted from by the revision letter template by Martin Schrön.
It is possible to reference sections, figures, or tables in the revised
manuscript, either by their number or by page. To do so, specify a path
to the revised manuscript (omitting the file extension) in the YAML
front matter (i.e., manuscript-src: file_name
) and ensure that
you retain the aux
file when rendering the revised manuscript. To do
so, set the following option in a code chunk of the revised manuscript:
options(tinytex.clean = FALSE)
. To reference section, figure, or
table numbers it is possible to use LaTeX (i.e., \ref{label}
) or
bookdown cross-referencing syntax (i.e., \@ref(label)
). To
reference the corresponding page numbers you must use the LaTeX syntax
(i.e., \pageref{label}
).
To quote entire paragraphs directly from the revised manuscript see
quote_from_tex()
.
bookdown::pdf_document2()
]