-
Notifications
You must be signed in to change notification settings - Fork 53
/
_output.yml
40 lines (40 loc) · 1000 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
36
37
38
39
40
bookdown::gitbook:
css: style.css
split_by: rmd
dev: "svglite"
config:
toc:
before: |
<li><a href="./">现代统计图形</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
edit:
link: https://github.com/XiangyunHuang/MSG-Book/edit/master/%s
text: "Edit"
sharing:
github: yes
facebook: no
twitter: no
all: []
md_extensions: "+ascii_identifiers"
includes:
in_header:
- includes/header.html
- includes/ga_script.html
after_body:
- includes/data-url.html
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
template: null
dev: "cairo_pdf"
keep_tex: yes
keep_md: yes
extra_dependencies:
ctex:
- heading
- fontset=adobe
pandoc_args: ["--top-level-division=chapter", "--lua-filter=sidebar.lua"]
quote_footer: ["\\hspace*{\\fill} ", ""]