Use slides with the INBO theme
inbo_slides( subtitle, location, institute, cover, cover_offset, cover_hoffset, cover_horizontal = TRUE, slide_logo, 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", "inboenglish"), flandersfont = FALSE, aspect = c("16:9", "16:10", "14:9", "1.4:1", "5:4", "4:3", "3:2"), ... )
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 ( |
slide_logo | the path to an optional logo displayed on each slide |
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 |
aspect | Defines the aspect ratio and the format of the slides.
Defaults to |
... | extra parameters |
Aspect ratio
The table below lists the available aspect ratios and their "paper size". The main advantage of using a small “paper size” is that you can use all your normal fonts at their natural sizes.
aspect | ratio | width | height |
16:9 | 1.78 | 160.0 mm | 90 mm |
16:10 | 1.60 | 160.0 mm | 100 mm |
14:9 | 1.56 | 140.0 mm | 90 mm |
3:2 | 1.50 | 135.0 mm | 90 mm |
1.4:1 | 1.41 | 148.5 mm | 105 mm |
4:3 | 1.33 | 128.0 mm | 96 mm |
5:4 | 1.25 | 125.0 mm | 100 mm |
Other output:
inbo_handouts()
,
inbo_poster()
,
inbo_rapport()
,
inbo_verslag()
,
inbo_zending()