rticles (version 0.4.1)

elsevier_article: Elsevier journal format.

Description

Format for creating submissions to Elsevier journals. Adapted from https://www.elsevier.com/authors/author-schemas/latex-instructions.

Usage

elsevier_article(..., keep_tex = TRUE,
  md_extensions = c("-autolink_bare_uris"))

Arguments

...

Additional arguments to rmarkdown::pdf_document

keep_tex

Keep the intermediate tex file used in the conversion to PDF

md_extensions

Markdown extensions to be added or removed from the default definition or R Markdown. See the rmarkdown_format for additional details.

Value

R Markdown output format to pass to render

Examples

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

Run the code above in your browser using DataCamp Workspace