diff --git a/R/joss_article.R b/R/joss_article.R index 5e03d554..232e75f0 100644 --- a/R/joss_article.R +++ b/R/joss_article.R @@ -11,10 +11,11 @@ #' `formatted_doi, citation_author, year, volume, issue, page, submitted, published, #' review_url, repository`, and `archive_doi`. #' +#' @inheritParams rmarkdown::pdf_document #' @param journal one of "JOSS" or"JOSE" #' @param keep_md Whether to retain the intermediate markdown and images. #' Defaults to TRUE. -#' @param latex_engine,... Arguments passed to [rmarkdown::pdf_document()] +#' @param ... Arguments passed to [rmarkdown::pdf_document()] #' @export joss_article <- function(journal = "JOSS", keep_md = TRUE, diff --git a/man/joss_article.Rd b/man/joss_article.Rd index 8afd3ae0..c8d21a89 100644 --- a/man/joss_article.Rd +++ b/man/joss_article.Rd @@ -18,7 +18,12 @@ joss_article( \item{keep_md}{Whether to retain the intermediate markdown and images. Defaults to TRUE.} -\item{latex_engine, ...}{Arguments passed to \code{\link[rmarkdown:pdf_document]{rmarkdown::pdf_document()}}} +\item{latex_engine}{LaTeX engine for producing PDF output. Options are +"pdflatex", "lualatex", "xelatex" and "tectonic".} + +\item{pandoc_args}{Additional command line options to pass to pandoc} + +\item{...}{Arguments passed to \code{\link[rmarkdown:pdf_document]{rmarkdown::pdf_document()}}} } \description{ Format for creating a Journal of Open Source Software (JOSS) or Journal of