Releases: rstudio/bookdown
bookdown 0.41
-
New
mathjax-config
option forbs4_book
andgitbook
to control MathJax config string (thanks, @bwu62, #1472). The option can be set either in the YAML metadata or as a variable inpandoc_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.
- If empty, defaults to original
-
Fixed the bug that
render_book()
fails due tofile.rename()
being unable to rename files across different disk volumes (thanks, @Giqles @katrinabrock, #804).
bookdown 0.40
bookdown 0.39
- Fixed a bug that
bs4_book()
errors on generating document description. The error occured when the beggining of the document is a very long sentence without spaces (> 197 characters), which typically happens in CJK languages (thanks, @wangzhen89 @atusy, #1463).
bookdown 0.38
bookdown 0.37
bookdown 0.36
-
Fix an issue with parsing resources from raw HTML code (thanks, @lennylin, https://community.rstudio.com/t/bookdown-image-with-a-weblink/172542)
-
R 4.3.x would error if multiple files are passed to
render_book()
without anoutput_format
specified (thanks, @slodge-work, #1442).
bookdown 0.35
- Search configuration in
bs4_book()
will now return more results as Field-Length Norm is now ignored. This means the length of the search fields do not matter anymore in the scoring. Previous configuration was ignoring some search results being considered with a too low score (thanks, @jtbayly, #1431).
bookdown 0.34
-
Fix an issue with CSL using hanging indent style in
gitbook()
(thanks, @pablobernabeu, #1422). -
Fix cross referencing of figures and tables in
epub_book()
format by correctly adding an anchor id at the caption level (thanks, @muschellij2, #766, @tstratopoulos, @jasonmosborne, #1399, @N0rbert, rstudio/bookdown-demo#42). -
Adapt an
epub_book()
internal command-line argument passed to Pandoc for changes from version 3.0 and above (#1425). -
Fix an issue with Pandoc 2.19 not rendering math by default in
epub3
format (#1417).