amq_article.Rd 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/amq_article.R
  3. \name{amq_article}
  4. \alias{amq_article}
  5. \title{Format pour Bulletin de l'AMQ.}
  6. \usage{
  7. amq_article(..., latex_engine = "xelatex", keep_tex = TRUE,
  8. md_extensions = c("-autolink_bare_uris"), fig_caption = TRUE)
  9. }
  10. \arguments{
  11. \item{...}{Arguments to \code{rmarkdown::pdf_document}}
  12. \item{latex_engine}{LaTeX engine for producing PDF output. Options are
  13. "pdflatex", "lualatex", and "xelatex".}
  14. \item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
  15. \item{md_extensions}{Markdown extensions to be added or removed from the
  16. default definition or R Markdown. See the \code{\link{rmarkdown_format}} for
  17. additional details.}
  18. \item{fig_caption}{\code{TRUE} to render figures with captions}
  19. }
  20. \value{
  21. R Markdown output format to pass to \code{\link[rmarkdown:render]{render}}
  22. }
  23. \description{
  24. Ce format a été adapté du format du bulletin de l'AMQ
  25. }
  26. \examples{
  27. \dontrun{
  28. rmarkdown::draft("MyArticle.Rmd", template = "amq_article", package = "rticles")
  29. }
  30. }