Bookdown 按照 _bookdown.yml 中指定的章节顺序停止
Bookdown stopped following chapter order specified in _bookdown.yml
Bookdown 将按字母顺序排列章节,除非 an order is specified after rmd_files:
in the _bookdown.yml
file
这在过去对我来说效果很好,但目前不起作用。这是一个 MWE:
这个_bookdown.yml specifies to render Chapter 2 before Chapter 1 and not include Chapter 3, yet Chapters 1, 2, and 3 are rendered in order in the rendered book。 (使用 bookdown::render_book("index.Rmd")
呈现
本地预览有同样问题
我正在使用 bookdown
(0.10.1) 的开发版本。
有什么线索吗?
这是 bookdown v0.10 中的错误,I just fixed 在 Github 上。你可以试试开发版:
remotes::install_github('rstudio/bookdown')
Bookdown 将按字母顺序排列章节,除非 an order is specified after rmd_files:
in the _bookdown.yml
file
这在过去对我来说效果很好,但目前不起作用。这是一个 MWE:
这个_bookdown.yml specifies to render Chapter 2 before Chapter 1 and not include Chapter 3, yet Chapters 1, 2, and 3 are rendered in order in the rendered book。 (使用 bookdown::render_book("index.Rmd")
本地预览有同样问题
我正在使用 bookdown
(0.10.1) 的开发版本。
有什么线索吗?
这是 bookdown v0.10 中的错误,I just fixed 在 Github 上。你可以试试开发版:
remotes::install_github('rstudio/bookdown')