apa6_pdf(class = "man", fig_caption = TRUE, pandoc_args = NULL, keep_tex = TRUE, ...)
apa6_word(class = "man", fig_caption = TRUE, pandoc_args = NULL, ...)
man
), a document (doc
),
or a fully typsetted journal article (jou
). Currently only manuscripts are supported for
MS Word documents. At this point coversion to MS word is considered experimental. See details.pdf_document
or word_document
.apa6_word
: Format to create .docx-files. class
parameter is ignored. This function
should be considered experimental.
class
is passed to the class options of the LaTeX apa6 document class. In this case,
additional options are available. Refer to the apa6 document class
documentation to find out about class options
such as paper size or draft watermarks. When creating PDF documents the output device for figures defaults to c("pdf", "postscript", "png", "tiff")
,
so that each figure is saved in all four formats at a resolution of 300 dpi.
pdf_document
, word_document