为了制作第一部分,而不仅仅是章节本身的html页面,我尝试更改yaml中的split_by
。
我使用了以下代码:
---
title: "new book"
author: "My name"
date: "`r Sys.Date()`"
subtitle: "subtitle"
site: bookdown::bookdown_site
output:
bookdown::gitbook:
split_by: chapter
config:
toc:
collapse: subsection
scroll_highlight: yes
before: null
after: null
toolbar:
position: fixed
edit : null
download: null
search: yes
fontsettings:
theme: white
family: sans
size: 2
sharing:
facebook: yes
twitter: yes
google: no
linkedin: no
weibo: no
instapaper: no
vk: no
all: ['facebook', 'google', 'twitter', 'linkedin', 'weibo', 'instapaper']
#bookdown::pdf_book: default
documentclass: book
---
当我将“章”更改为“节”时,R会引发错误。
如何确保章节和第一节的页面分开?
答案 0 :(得分:0)
(在文档的此早期阶段)有些章节没有小节。如果章节没有节,split_by: section
会导致错误。