Format for creating submissions to IEEE Transaction journals. Adapted from https://www.ieee.org/publications_standards/publications/authors/author_templates.html
Usage
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"),
...
)Arguments
- draftmode
Specify the draft mode to control spacing and whether images should be rendered. Valid options are:
"final"(default),"draft","draftcls", or"draftclsnofoot".- hyphenfixes
A
charactervalue that provides the correct hyphenations for ambiguous words. Separate new words with spaces.- IEEEspecialpaper
A
charactervalue containing the publication's special paper designation.- with_ifpdf
A
logicalvalue turning on (TRUE) or off (FALSE) theifpdfLaTeX package.- with_cite
A
logicalvalue turning on (TRUE) or off (FALSE) theciteLaTeX package.- with_amsmath
A
logicalvalue turning on (TRUE) or off (FALSE) theamsmathLaTeX package.- with_algorithmic
A
logicalvalue turning on (TRUE) or off (FALSE) thealgorithmicLaTeX package.- with_subfig
A
logicalvalue turning on (TRUE) or off (FALSE) thesubfigLaTeX package.- with_array
A
logicalvalue turning on (TRUE) or off (FALSE) thearrayLaTeX package.- with_dblfloatfix
A
logicalvalue turning on (TRUE) or off (FALSE) thedblfloatfixLaTeX package.- keep_tex
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.texto.pdf. To keep these files, you may setoptions(tinytex.clean = FALSE).- pandoc_args
Additional command line options to pass to pandoc
- md_extensions
Markdown extensions to be added or removed from the default definition of R Markdown. See the
rmarkdown_formatfor additional details.- ...
Additional arguments to
rmarkdown::pdf_document()
References
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
