Skip to content

Commit 261b55a

Browse files
committed
Update documentation of articles
1 parent 75b24c6 commit 261b55a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

R/article.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#' custom Pandoc LaTeX template and different default values for other arguments
99
#' (e.g., \code{keep_tex = TRUE}).
1010
#'
11+
#' @param
12+
#' ...,keep_tex,latex_engine,citation_package,highlight,fig_caption,md_extensions,template,pandoc_args
13+
#' Arguments passed to \code{rmarkdown::\link{pdf_document}()}.
1114
#' @section Details: You can find more details about each output format below.
1215
#' @name acm_article
1316
#' @rdname article
@@ -16,9 +19,7 @@ NULL
1619
#' @section \code{acm_article}: Format for creating an Association for Computing
1720
#' Machinery (ACM) articles. Adapted from
1821
#' \url{https://www.acm.org/publications/proceedings-template}.
19-
#' @param
20-
#' ...,keep_tex,latex_engine,citation_package,highlight,fig_caption,md_extensions,template
21-
#' Arguments passed to \code{rmarkdown::\link{pdf_document}()}.
22+
2223
#' @return An R Markdown output format.
2324
#' @examples \dontrun{
2425
#' rmarkdown::draft("MyArticle.Rmd", template = "acm", package = "rticles")

man/article.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)