rticles (version 0.4.1)

acm_article: Association for Computing Machinery (ACM) format.

Description

Format for creating an Association for Computing Machinery (ACM) articles. Adapted from http://www.acm.org/publications/article-templates/proceedings-template.html.

Usage

acm_article(...)

Arguments

...

Arguments to rmarkdown::pdf_document

Value

R Markdown output format to pass to render

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
library(rmarkdown)
draft("MyArticle.Rmd", template = "acm_article", package = "rticles")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab