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, ... )
subtitle | An optional subtitle |
---|---|
codesize | The fontsize of the code, relative to the fontsize of the
text (= normal size).
Allowed values are |
lang | The language of the document. Defaults to "english". |
The email address to display at the bottom. Defaults to info@inbo.be |
|
keep_tex | Keep the tex file.
Defaults to |
fig_crop |
|
citation_package | The LaTeX package to process citations, |
includes | Named list of additional content to include within the
document (typically created using the |
pandoc_args | Additional command line options to pass to pandoc |
... | extra parameters: see 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.
Other output:
inbo_handouts()
,
inbo_rapport()
,
inbo_slides()
,
inbo_verslag()
,
inbo_zending()