Use the handout version of slides with the INBO theme The only difference between inbo_slides() and inbo_handouts() is that inbo_slides() can have progressive slides whereas inbo_handouts() only displays the final slide.

inbo_handouts(
  subtitle,
  location,
  institute,
  cover,
  cover_offset,
  cover_hoffset,
  cover_horizontal = TRUE,
  toc_name,
  fontsize,
  codesize = c("footnotesize", "scriptsize", "tiny", "small", "normalsize"),
  citation_package = c("natbib", "none"),
  natbib_title,
  lang = "dutch",
  slide_level = 2,
  keep_tex = FALSE,
  toc = TRUE,
  website = "www.INBO.be",
  theme = c("inbo", "vlaanderen"),
  flandersfont = FALSE,
  ...
)

Arguments

subtitle

The subtitle.

location

The date and place of the event.

institute

The affiliation of the authors.

cover

The filename of the cover image.

cover_offset

An optional vertical offset for the cover image.

cover_hoffset

An optional horizontal offset for the cover image.

cover_horizontal

Scale the cover horizontal (TRUE) or vertical (FALSE).

toc_name

Name of the table of contents. Defaults to "Overzicht".

fontsize

The fontsize of the document. Defaults to "10pt". See the section on aspect ratio.

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

citation_package

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

natbib_title

The title of the bibliography

lang

The language of the document. Defaults to "dutch"

slide_level

Indicate which heading level is used for the frame titles

keep_tex

Keep the tex file. Defaults to FALSE.

toc

display a table of content after the title slide

website

An optional URL to display on the left sidebar. Defaults to "www.INBO.be".

theme

The theme to use. Available options are "inbo", "inboenglish" and "vlaanderen".

flandersfont

If TRUE use the Flanders Art font. If FALSE use Calibri. Defaults to FALSE.

...

extra parameters

See also