Create a report with the Flemish corporate identity
inbo_rapport( subtitle, reportnr, ordernr, floatbarrier = c(NA, "section", "subsection", "subsubsection"), codesize = c("footnotesize", "scriptsize", "tiny", "small", "normalsize"), style = c("INBO", "Vlaanderen", "Flanders"), keep_tex = FALSE, fig_crop = TRUE, citation_package = c("natbib", "none"), includes = NULL, pandoc_args = NULL, ... )
| subtitle | An optional subtitle. |
|---|---|
| reportnr | The report number. Defaults to the date and time of compilation. |
| ordernr | The optional order number. |
| floatbarrier | Should float barriers be placed?
Defaults to NA (only float barriers before starting a new chapter |
| codesize | The fontsize of the code, relative to the fontsize of the
text (= normal size).
Allowed values are |
| style | What template to use. Use "INBO" for an INBO report in Dutch. Use "Vlaanderen" for a report in Dutch written by more than one Flemish government agency. Use "Flanders" for a report in English. |
| keep_tex | Keep the tex file.
Defaults to |
| fig_crop |
|
| citation_package | The LaTeX package to process citations, |
| includes | Named list of additional content to include within the
document (typically created using the |
| pandoc_args | Additional command line options to pass to pandoc |
| ... | extra parameters: see details |
Available extra parameters:
lof: display a list of figures. Defaults to TRUE
lot: display a list of tables. Defaults to TRUE
tocdepth: which level headers to display.
0: upto chapters (#)
1: upto section (##)
2: upto subsection (###)
3: upto subsubsection (####) default
hyphenation: the correct hyphenation for certain words.
cover: an optional pdf file. The first two pages will be prepended to the
report.
Other output:
inbo_handouts(),
inbo_poster(),
inbo_slides(),
inbo_verslag(),
inbo_zending()