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

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

slide_logo

the path to an optional logo displayed on each slide

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.

aspect

Defines the aspect ratio and the format of the slides. Defaults to "16:9". See the section.

...

extra parameters

Details

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.

aspectratiowidthheight
16:91.78160.0 mm90 mm
16:101.60160.0 mm100 mm
14:91.56140.0 mm90 mm
3:21.50135.0 mm90 mm
1.4:11.41148.5 mm105 mm
4:31.33128.0 mm96 mm
5:41.25125.0 mm100 mm

See also