From 5d80da26c7a6931b1bdc5972284c8acdb603b1f6 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Tue, 24 Oct 2023 23:04:07 -0700 Subject: [PATCH] Document --- man/update_csasstyle.Rd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/update_csasstyle.Rd b/man/update_csasstyle.Rd index 902c1a8f..2ea6ea8c 100644 --- a/man/update_csasstyle.Rd +++ b/man/update_csasstyle.Rd @@ -10,6 +10,7 @@ update_csasstyle( line_nums = TRUE, line_nums_mod = 1, lot_lof = FALSE, + pandoc_version = rmarkdown::pandoc_version(), draft_watermark = FALSE, which_sty = "res-doc.sty" ) @@ -27,6 +28,8 @@ e.g. 2 = every second line, 3 = every 3rd line, etc.} \item{lot_lof}{Logical. If \code{TRUE}, include list of tables and list of figures in the document. Implemented only for 'resdoc', 'manureport' and 'techreport'} +\item{pandoc_version}{Pandoc version.} + \item{draft_watermark}{Logical. If \code{TRUE}, show a DRAFT watermark on all pages of the output document}