Create a poster with the INBO theme version 2015

inbo_poster(
  subtitle,
  codesize = c("footnotesize", "scriptsize", "tiny", "small", "normalsize"),
  lang = "english",
  email = "info@inbo.be",
  keep_tex = FALSE,
  fig_crop = TRUE,
  citation_package = c("natbib", "none"),
  includes = NULL,
  pandoc_args = NULL,
  ...
)

Arguments

subtitle

An optional subtitle

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

lang

The language of the document. Defaults to "english".

email

The email address to display at the bottom. Defaults to info@inbo.be

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:

  • hyphenation: the correct hyphenation for certain words

  • flandersfont: Use the Flanders Art Sans font. Defaults to FALSE. Note that this requires the font to be present on the system.

  • ORCID: a list of authors. For each author there must a name and an ID. The ID is the author's ORCID ID , ee https://orcid.org. This information will be displayed with QR code at the bottom of the poster.

  • DOI: a list of documents. For each documentr there must a name and an ID. The ID is the documents's DOI, see https://doi.org. This information will be displayed with QR code at the bottom of the poster.

See also