Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Added new math-jax config option to NEWS.md
  • Loading branch information
bwu62 authored Jul 24, 2024
1 parent 8b7b0f1 commit 7b1cecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES IN bookdown VERSION 0.41

- New `mathjax-config` config option to bs4_book and gitbook to control MathJax config string (thanks, @bwu62, #1472). 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.

# CHANGES IN bookdown VERSION 0.40

Expand Down

0 comments on commit 7b1cecb

Please sign in to comment.