bookdown 0.16
NEW FEATURES
-
You can also add a "view" button on the GitBook toolbar, similar to the "edit" and "history" buttons, which shows the page's
.Rmdsource file on GitHub. Unlike "edit", "view" does not require the reader to login to GitHub and fork the repo (thanks, @jtr13, #806). -
For
gitbookoutput, the font setting button can be removed viafontsettings: falsein theconfigoption. Similarly, the info button can be removed byinfo: falseinconfig(thanks, @mnazarov, #788). -
It is possible to customize the prefixes of appendix titles in
gitbookoutput now (the default is stillA,B,C, ..., and now you can change them to something likeAppendix A,Appendix B, ...); see the documentation at https://bookdown.org/yihui/bookdown/internationalization.html (thanks, @WerthPADOH, #783). -
Added
html_fragment2,html_notebook2,html_vignette2,ioslides_presentation2,slidy_presentation2, andbeamer_presentation2for cross-referencing capabilities on top of rmarkdown output formats (thanks, @jooyoungseo, #789 #823).
BUG FIXES
-
For the
gitbookoutput format, disabling thesharingmenu or buttons works again (thanks, @lwjohnst86, #812). -
For the
gitbookoutput format, toc collapsed by section now works with accents in chapter titles (thanks, @glimmerphoenix, @cderv, #819) -
For output formats
word_document2,powerpoint_presentation2, andodt_document2,$$is no longer added to equation environments when they are inside fenced code blocks (thanks, @N0rbert, #814).