Format for creating submissions to IEEE Transaction journals. Adapted from https://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,
pandoc_args = NULL,
md_extensions = c("-autolink_bare_uris"),
...
)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.
Note that this argument does not control whether to keep the auxiliary
files (e.g., .aux) generated by LaTeX when compiling .tex to
.pdf. To keep these files, you may set options(tinytex.clean =
FALSE).
Additional command line options to pass to pandoc
Markdown extensions to be added or removed from the
default definition of R Markdown. See the rmarkdown_format for
additional details.
Additional arguments to rmarkdown::pdf_document()
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