revision_letter_pdf: Revision Letter

View source: R/revision_letter_format.R

revision_letter_pdfR Documentation

Revision Letter

Description

Template for creating a journal revision letters.

Usage

revision_letter_pdf(...)

Arguments

...

Arguments passed on to bookdown::pdf_document2

Details

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().

Value

R Markdown output format to pass to rmarkdown::render().

See Also

bookdown::pdf_document2()]


papaja documentation built on Sept. 29, 2023, 9:07 a.m.