我在将 bookdown 书构建到 Gitbook 中时遇到了麻烦。我下载了bookdown-demo,打开了 RStudio 项目,并使用 Build Pane 构建了所有格式。
这似乎可以毫无问题地生成 PDF 和 EPUB 输出,但是 Gitbook 中的导航栏不起作用,我只能看到这本书的封面。这些链接似乎是锚链接,但单击时,显示的内容没有任何变化。此外,内容底部没有可供我向前和向后导航的链接。当我在 Chrome 中打开 /_book/bookdown-demo.html 文件时,在 RStudio 查看器和浏览器中都是一样的。只生成 1 个 .html 文件,而不是每章 1 个,这应该是默认的。我试过self_contained
在真假之间来回改变,但这似乎并不影响我的结果。
我已经多次阅读文档,听起来应该很容易。我错过了什么吗?请帮忙。
编辑:我能够在 Windows 上毫无问题地构建 Gitbook,但无法在我的 Mac 上成功构建它。在我的 Mac 上,我收到以下警告消息:
Output created: _book/bookdown-demo.html
Warning messages:
1: In split_chapters(output, gitbook_page, number_sections, split_by, :
You have 7 Rmd input file(s) but only 0 first-level heading(s). Did you forget
first-level headings in certain Rmd files?
2: The label(s) intro, methods not found