View source: R/revision_letter_format.R
revision_letter_pdf | R Documentation |
Template for creating a journal revision letters.
revision_letter_pdf(...)
... |
Further arguments passed on to |
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-tex: 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()
.
R Markdown output format to pass to rmarkdown::render()
.
bookdown::pdf_document2()
], rmarkdown::pdf_document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.