R/inbo_handouts.R
inbo_handouts.Rd
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, ... )
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 ( |
toc_name | Name of the table of contents.
Defaults to |
fontsize | The fontsize of the document.
Defaults to |
codesize | The fontsize of the code, relative to the fontsize of the
text (= normal size).
Allowed values are |
citation_package | The LaTeX package to process citations, |
natbib_title | The title of the bibliography |
lang | The language of the document.
Defaults to |
slide_level | Indicate which heading level is used for the frame titles |
keep_tex | Keep the tex file.
Defaults to |
toc | display a table of content after the title slide |
website | An optional URL to display on the left sidebar.
Defaults to |
theme | The theme to use.
Available options are |
flandersfont | If |
... | extra parameters |
Other output:
inbo_poster()
,
inbo_rapport()
,
inbo_slides()
,
inbo_verslag()
,
inbo_zending()