From cc04ab01975f2503e13776d7b2cf699f53946153 Mon Sep 17 00:00:00 2001 From: mitchelloharawild Date: Thu, 13 Jun 2024 03:55:56 +1000 Subject: [PATCH] Update docs --- DESCRIPTION | 2 +- man/markdowncv.Rd | 2 +- man/moderncv.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4277a82b..40b8c933 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,5 +34,5 @@ Encoding: UTF-8 BugReports: https://github.com/mitchelloharawild/vitae/issues URL: https://pkg.mitchelloharawild.com/vitae/, https://github.com/mitchelloharawild/vitae Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 VignetteBuilder: knitr diff --git a/man/markdowncv.Rd b/man/markdowncv.Rd index b6542ca1..decc6320 100644 --- a/man/markdowncv.Rd +++ b/man/markdowncv.Rd @@ -4,7 +4,7 @@ \alias{markdowncv} \title{Eliseo Papa's markdown-cv template} \usage{ -markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp")) +markdowncv(..., theme = c("kjhealy", "blmoore", "davewhipp", "ccbaumler")) } \arguments{ \item{\dots}{Arguments passed to \code{\link[vitae]{cv_document}}.} diff --git a/man/moderncv.Rd b/man/moderncv.Rd index 23af6ae6..69c00e30 100644 --- a/man/moderncv.Rd +++ b/man/moderncv.Rd @@ -7,7 +7,7 @@ moderncv( ..., theme = c("casual", "classic", "oldstyle", "banking", "fancy"), - latex_engine = "pdflatex" + latex_engine = "xelatex" ) } \arguments{