鼓捣 bookdown 小记
刚接触 bookdown 时,鼓捣了好久,这里记一下。
-
documentclass: booktellspandocthat the first-level headers should be treated as chapters instead of sections. If you changedocumentclass, you may need to specify an additionalpandocargument,--chapters -
To disable MathJax, you need to set
math: falseinindex.Rmd. -
bookdown::gitbook()storage configurations in$post_processor(), only this function can assess thegh_configobject. -
When your
.Rmdcontains Chinese, you need to callrmarkdown::render(encoding = 'UTF-8'), but you mustn’t setoptions(encoding = 'UTF-8').