From 2ba389a4fd1fa224e71aa972380fbc286c7ab3be Mon Sep 17 00:00:00 2001 From: Daniel Ricard Date: Fri, 13 Dec 2024 08:11:12 -0400 Subject: [PATCH] update Rd files to use 2024 CSAS word template --- man/add_resdoc_docx_frontmatter.Rd | 6 +++--- man/add_resdoc_docx_titlepage.Rd | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/add_resdoc_docx_frontmatter.Rd b/man/add_resdoc_docx_frontmatter.Rd index f819b240..a3313a10 100644 --- a/man/add_resdoc_docx_frontmatter.Rd +++ b/man/add_resdoc_docx_frontmatter.Rd @@ -5,8 +5,8 @@ \title{Add front matter to Res Doc docx file} \usage{ add_resdoc_docx_frontmatter( - frontmatter = "templates/RES2021-eng-frontmatter.docx", - resdoc = "_book/resdoc.docx" + frontmatter = "templates/RES2024-eng-frontmatter.docx", + resdoc = "_book/resdoc-english.docx" ) } \arguments{ @@ -19,5 +19,5 @@ A merged .docx } \description{ Add title page and table of contents to a Res Doc. Must hand edit -\code{templates/RES2021-eng-frontmatter.docx}to have your desired title and authors etc. +\code{templates/RES2024-eng-frontmatter.docx}to have your desired title and authors etc. } diff --git a/man/add_resdoc_docx_titlepage.Rd b/man/add_resdoc_docx_titlepage.Rd index 17dd5a30..f25466df 100644 --- a/man/add_resdoc_docx_titlepage.Rd +++ b/man/add_resdoc_docx_titlepage.Rd @@ -5,7 +5,7 @@ \title{Add a Res Doc titlepage to a docx file} \usage{ add_resdoc_docx_titlepage( - titlepage = "templates/RES2021-eng-titlepage.docx", + titlepage = "templates/RES2024-eng-titlepage.docx", resdoc = "_book/resdoc-english.docx" ) } @@ -18,6 +18,6 @@ add_resdoc_docx_titlepage( A merged .docx } \description{ -Add a Res Doc titlepage. Must hand edit \code{templates/RES2021-eng-titlepage.docx} +Add a Res Doc titlepage. Must hand edit \code{templates/RES2024-eng-titlepage.docx} to have your desired title and authors etc. }