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,
  ...
)

Arguments

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 #). Options are "section" (##), "subsection" (###) and "subsubsection" (####).

codesize

The fontsize of the code, relative to the fontsize of the text (= normal size). Allowed values are "normalsize", "small", "footnotesize", "scriptsize" and "tiny". Defaults to "footnotesize".

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 FALSE.

fig_crop

TRUE to automatically apply the pdfcrop utility (if available) to pdf figures.

citation_package

The LaTeX package to process citations, natbib or biblatex. Use none if neither package is to be used.

includes

Named list of additional content to include within the document (typically created using the includes function).

pandoc_args

Additional command line options to pass to pandoc

...

extra parameters: see details

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.

See also