NEWS.md
pdf_report()
enforces pandoc >= 3.1.8create_report()
fixed (#97)pdf_report()
, gitbook()
and epub_book()
gain an option to create internal reports with a different colophon.pdf_report()
and gitbook()
gain a watermark argument. It adds a text watermark in the margin of every page. An automatic watermark appears when one of the required colophon fields is missing. Adding the information for all required colophon fields will remove this automatic watermark.orcid
and a standardised affiliation
. We infer INBO membership from the author’s email address.create_report()
and add_author()
will set the INBO author affiliation in the language of the report.slides()
no longer requires a reviewer.TinyTeX
installation or packages.create_report()
.name
with mandatory sub-fields given
and family
. corresponding: true
indicates the corresponding author. email
is optional, except for the corresponding author. orcid
is optional for all persons.create_report()
to interactively create an empty report.add_report_numbers()
to add the DOI, report number, … to an existing report.add_author()
to interactively add an author to an existing report.validate_doi()
to validate a DOI. pdf_report()
, gitbook()
and epub_book()
use this function to validate the optional DOI when set.report()
to pdf_report()
and epub()
to epub_book()
. bookdown
requires the name of the generic output format to be in the name.png
instead of jpg
to avoid the typical artefacts around text.vlaanderen.be/inbo
instead of https://www.vlaanderen.be/inbo
or www.vlaanderen.be/inbo
."inbomd_examples"
.gitbook()
uses the same reference title for chapter bibliographies as the main bibliography.references()
takes lang
into account for HTML formats.Dockerfile
.bookdown::pdf_book
with INBOmd::inbo_rapport
-> INBOmd::report
bookdown::gitbook
-> INBOmd::gitbook
bookdown::epub_book
-> INBOmd::ebook
bookdown::pdf_book
with INBOmd::inbo_slides
-> INBOmd::slides
for the presentation, INBOmd::handouts
for handouts, INBOmd::report
for handouts with lots of R code and output (useful for R tutorials and courses)report()
on pdf instead of natbib (#63, @ThierryO).report()
supports custom languages when using style = "Flanders"
(#64, @ThierryO).cover.txt
. This files contains the required information to create the cover page.references()
allows to define the location where to insert the bibliography. The optional appendix starts after the bibliography.slides()
generates a visible table of content (#66).report()
RMarkdown template. It contains all available options in the YAML header.dyn_table()
functioninbo_rapport()
functioncsl
and bst
citation stylesdyn_table()
functioninbo_rapport()
gains a tocdepth
argumentinbo_poster()
inbo_report_css()
inbo_rapport()
gains a flandersfont
argumentinbo_rapport()
updatedinbo_rapport()
inbo_rapport()
inbo_rapport()
now handles UTF-8 strings (like éëèï…) correctly