Format for creating submissions to IEEE Transaction journals. Adapted from http://www.ieee.org/publications_standards/publications/authors/author_templates.html.
ieee_article(..., draftmode = c("final", "draft", "draftcls",
"draftclsnofoot"), hyphenfixes = "op-tical net-works semi-conduc-tor",
IEEEspecialpaper = "", with_ifpdf = FALSE, with_cite = FALSE,
with_amsmath = FALSE, with_algorithmic = FALSE,
with_subfig = FALSE, with_array = FALSE, with_dblfloatfix = FALSE,
keep_tex = TRUE, md_extensions = c("-autolink_bare_uris"))Additional arguments to rmarkdown::pdf_document
Specify the draft mode to control spacing and whether images
should be rendered. Valid options are: "final" (default), "draft",
"draftcls", or "draftclsnofoot".
A character value that provides the correct
hyphenations for ambiguous words. Separate new words with spaces.
A character value containing the publication's
special paper designation.
A logical value turning on (TRUE) or off
(FALSE) the ifpdf LaTeX package.
A logical value turning on (TRUE) or off
(FALSE) the cite LaTeX package.
A logical value turning on (TRUE) or off
(FALSE) the amsmath LaTeX package.
A logical value turning on (TRUE) or
off (FALSE) the algorithmic LaTeX package.
A logical value turning on (TRUE) or off
(FALSE) the subfig LaTeX package.
A logical value turning on (TRUE) or off
(FALSE) the array LaTeX package.
A logical value turning on (TRUE) or
off (FALSE) the dblfloatfix LaTeX package.
Keep the intermediate tex file used in the conversion to PDF
Markdown extensions to be added or removed from the
default definition or R Markdown. See the rmarkdown_format for
additional details.
R Markdown output format to pass to
render
Presently, only the "conference" paper mode offered by the
IEEEtran.cls is supported.
Shell, Michael. "How to use the IEEEtran LATEX class." Journal of LATEX Class Files 1.11 (2002): 10-20. http://mirrors.rit.edu/CTAN/macros/latex/contrib/IEEEtran/IEEEtran_HOWTO.pdf
# NOT RUN {
# }
# NOT RUN {
library(rmarkdown)
draft("MyArticle.Rmd", template = "ieee_article", package = "rticles")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab