Title: | Jemsu RMarkown Templates |
---|---|
Description: | Some personal RMarkdown templates. These are not fit for general use, as most of them are shoddily hacked together. This package is only wherever you found it for convenience and/or reference. Oh glob please don't tell me how I'm doing LaTeX wrong I'm so sorry. |
Authors: | Lukas Burk [aut, cre] |
Maintainer: | Lukas Burk <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.9 |
Built: | 2025-02-10 03:28:16 UTC |
Source: | https://github.com/jemus42/jermd |
Bericht PDF Template
bericht( toc = FALSE, toc_depth = 2, number_sections = FALSE, fig_width = 6.5, fig_height = 4.5, fig_crop = TRUE, fig_caption = TRUE, df_print = "kable", highlight = "default", keep_tex = FALSE, pandoc_args = NULL, dev = "cairo_pdf", latex_engine = "xelatex", citation_package = "biblatex", ... )
bericht( toc = FALSE, toc_depth = 2, number_sections = FALSE, fig_width = 6.5, fig_height = 4.5, fig_crop = TRUE, fig_caption = TRUE, df_print = "kable", highlight = "default", keep_tex = FALSE, pandoc_args = NULL, dev = "cairo_pdf", latex_engine = "xelatex", citation_package = "biblatex", ... )
number_sections |
Whether to number section headers: if |
fig_caption |
Arguments to be passed to a
specific output format function. For a function |
pandoc_args |
Arguments to be passed to a
specific output format function. For a function |
... |
Arguments to be passed to a
specific output format function. For a function |
See bookdown::pdf_book()
for options.
masterthesis(...)
masterthesis(...)
... |
Other arguments to be passed to |
See rmarkdown::pdf_document()
for options.
uebungsblatt( toc = FALSE, toc_depth = 2, number_sections = FALSE, fig_width = 6.5, fig_height = 4.5, fig_crop = TRUE, fig_caption = TRUE, df_print = "kable", highlight = "default", keep_tex = FALSE, includes = NULL, citation_package = "none", pandoc_args = NULL )
uebungsblatt( toc = FALSE, toc_depth = 2, number_sections = FALSE, fig_width = 6.5, fig_height = 4.5, fig_crop = TRUE, fig_caption = TRUE, df_print = "kable", highlight = "default", keep_tex = FALSE, includes = NULL, citation_package = "none", pandoc_args = NULL )
toc |
|
toc_depth |
Depth of headers to include in table of contents |
number_sections |
|
fig_width |
Default width (in inches) for figures |
fig_height |
Default height (in inches) for figures |
fig_crop |
|
fig_caption |
|
df_print |
Method to be used for printing data frames. Valid values
include "default", "kable", "tibble", and "paged". The "default" method
uses a corresponding S3 method of |
highlight |
Syntax highlighting style. Supported styles include
"default", "tango", "pygments", "kate", "monochrome", "espresso",
"zenburn", and "haddock". Pass |
keep_tex |
Keep the intermediate tex file used in the conversion to PDF |
includes |
Named list of additional content to include within the
document (typically created using the |
citation_package |
The LaTeX package to process citations, |
pandoc_args |
Additional command line options to pass to pandoc |