rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.47k stars 519 forks source link

Opt-out bookdown environment definition for lipic article #393

Closed cderv closed 3 years ago

cderv commented 3 years ago

This fixes #392 (cc @nuest)

This can now be used in YAML

output:
  bookdown::pdf_book:
    base_format: rticles::lipics_article

and it will no more error with

! LaTeX Error: Command \theorem already defined.
               Or name \end... illegal, see p.192 of the manual.

This change set an option for opting out the addition by bookdown of some definition. This requires bookdown 0.23 (currently dev version) to work

remotes::install_github("rstudio/bookdown")

@yihui

nuest commented 3 years ago

:tada: