-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
36 lines (36 loc) · 995 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
bookdown::gitbook:
dev: svglite
css: css/style.css
split_by: chapter
config:
toc:
collapse: section
before: |
<li><a href="./index.html">R을 사용한 비구획분석과 생물학적동등성 평가</a></li>
after: |
<li><a href="https://pipetbooks.netlify.com">PIPET 출판</a></li>
download: [pdf, epub, mobi]
edit: https://github.com/rstudio/bookdown/edit/master/inst/examples/%s
sharing:
github: yes
facebook: no
bookdown::html_chapters:
css: [css/style.css, css/toc.css]
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: yes
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
template: null
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: no
toc_appendix: yes
quote_footer: ["\\VA{", "}{}"]
bookdown::epub_book:
dev: svglite
stylesheet: css/style.css