Description Usage Arguments Details Value Citations Examples
View source: R/f1000_article.R
Format for creating F1000Research software tool articles.
1 2 3 4 5 6 7 8 9 10 11 12 | f1000_article(
toc = FALSE,
number_sections = FALSE,
fig_width = 5.67,
fig_height = fig_width,
fig_align = "center",
keep_tex = TRUE,
citation_package = "natbib",
md_extensions = "+link_attributes",
pandoc_args = "--wrap=preserve",
...
)
|
toc |
|
number_sections |
|
fig_width |
Default width (in inches) for figures |
fig_height |
Default height (in inches) for figures |
fig_align |
Default alignment of figures. Possible values are "center" (default) "left" and "right". |
keep_tex |
Keep the intermediate tex file used in the conversion to PDF |
citation_package |
The LaTeX package to process citations, |
md_extensions |
Markdown extensions to be added or removed from the
default definition or R Markdown. See the |
pandoc_args |
Additional command line options to pass to pandoc |
... |
Arguments to |
Creates LaTeX sources which can be submitted to F1000Research through Overleaf.
R Markdown output format to pass to render
R Markdown supports automatic generation of citations. You can find more information on the markdown citation syntax in the Bibliographies and Citations article in the R Markdown online documentation.
A bibliography file can be specified using the bibliography
metadata field in the document's YAML header.
Metadata variables for customizing citation style include:
biblio-style
Bibliography style (e.g. "unsrtnat", "plainnat")
natbiboptions
Options to natbib
LaTeX package (e.g. "number", "super", "round")
biblatexoptions
Options to biblatex
LaTeX package
1 2 3 4 5 | ## Not run:
rmarkdown::draft("MyArticle.Rmd", template="f1000_article", package="BiocWorkflowTools")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.