-
Notifications
You must be signed in to change notification settings - Fork 25
/
_output.yml
35 lines (35 loc) · 946 Bytes
/
_output.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
bookdown::gitbook:
split_by: section
css: style.css
includes:
in_header: [ga_script.html]
config:
toc:
before: |
<li><a href="./">R 语言学习笔记</a></li>
after: |
<li><a href="https://xiangyunhuang.github.io/notesdown/" target="blank">Published with Github Pages</a></li>
edit:
link: https://github.com/XiangyunHuang/notesdown/edit/devel/%s
text: "编辑"
view:
link: https://github.com/XiangyunHuang/notesdown/blob/devel/%s
text: "查看"
sharing:
github: yes
facebook: no
twitter: no
all: []
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
template: null
fig_crop: no
toc_depth: 3
dev: "cairo_pdf"
keep_md: yes
pandoc_args: ["--top-level-division=chapter", "--lua-filter=sidebar.lua", "--wrap=none"]
quote_footer: ["\\hspace*{\\fill} ", ""]