ieee_article | R Documentation |
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"),
...
)
draftmode |
Specify the draft mode to control spacing and whether images
should be rendered. Valid options are: |
hyphenfixes |
A |
IEEEspecialpaper |
A |
with_ifpdf |
A |
with_cite |
A |
with_amsmath |
A |
with_algorithmic |
A |
with_subfig |
A |
with_array |
A |
with_dblfloatfix |
A |
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 ‘.tex’ to
‘.pdf’. To keep these files, you may set |
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 |
... |
Additional arguments to |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.