Skip to content

bookdown 0.41

Latest
Compare
Choose a tag to compare
@yihui yihui released this 16 Oct 00:25
· 1 commit to main since this release
  • New mathjax-config option for bs4_book and gitbook to control MathJax config string (thanks, @bwu62, #1472). The option can be set either in the YAML metadata or as a variable in pandoc_args. Currently tested and supported settings:

    • If empty, defaults to original TeX-MML-AM_CHTML which renders all equations in common HTML.
    • If set to TeX-AMS-MML_HTMLorMML renders equations in HTML + CSS (which may look nicer for some equations).
    • If set to TeX-MML-AM_SVG renders equations in SVG.
  • Fixed the bug that render_book() fails due to file.rename() being unable to rename files across different disk volumes (thanks, @Giqles @katrinabrock, #804).