rticles (version 0.6)

amq_article: Format pour Bulletin de l'AMQ.

Description

Ce format a <U+00E9>t<U+00E9> adapt<U+00E9> du format du bulletin de l'AMQ

Usage

amq_article(..., latex_engine = "xelatex", keep_tex = TRUE,
  md_extensions = c("-autolink_bare_uris"), fig_caption = TRUE)

Arguments

...

Arguments to rmarkdown::pdf_document

latex_engine

LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", and "xelatex".

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.

fig_caption

TRUE to render figures with captions

Value

R Markdown output format to pass to render

Examples

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

Run the code above in your browser using DataLab