Skip to content

Commit

Permalink
Update documentation of articles
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Mar 2, 2021
1 parent 75b24c6 commit 261b55a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions R/article.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#' custom Pandoc LaTeX template and different default values for other arguments
#' (e.g., \code{keep_tex = TRUE}).
#'
#' @param
#' ...,keep_tex,latex_engine,citation_package,highlight,fig_caption,md_extensions,template,pandoc_args
#' Arguments passed to \code{rmarkdown::\link{pdf_document}()}.
#' @section Details: You can find more details about each output format below.
#' @name acm_article
#' @rdname article
Expand All @@ -16,9 +19,7 @@ NULL
#' @section \code{acm_article}: Format for creating an Association for Computing
#' Machinery (ACM) articles. Adapted from
#' \url{https://www.acm.org/publications/proceedings-template}.
#' @param
#' ...,keep_tex,latex_engine,citation_package,highlight,fig_caption,md_extensions,template
#' Arguments passed to \code{rmarkdown::\link{pdf_document}()}.

#' @return An R Markdown output format.
#' @examples \dontrun{
#' rmarkdown::draft("MyArticle.Rmd", template = "acm", package = "rticles")
Expand Down
2 changes: 1 addition & 1 deletion man/article.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 261b55a

Please sign in to comment.