forked from moderndive/ModernDive_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
executable file
·39 lines (38 loc) · 1.2 KB
/
_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
# Modified from https://github.com/rstudio/bookdown/blob/master/inst/examples/_output.yml
# To uncomment these lines to create a PDF version, we recommend activating
# multiple cursors in RStudio using (on a Mac) Control + Option + A.
#bookdown::pdf_book:
# includes:
# in_header: latex/preamble.tex
# before_body: latex/before_body.tex
# after_body: latex/after_body.tex
# keep_tex: true
# dev: "cairo_pdf"
# latex_engine: xelatex
# citation_package: natbib
# template: null
# pandoc_args: --top-level-division=chapter
# toc_depth: 3
# toc_unnumbered: false
# toc_appendix: true
# quote_footer: ["\\VA{", "}{}"]
# highlight_bw: true
bookdown::gitbook:
df_print: default
css: style.css
split_by: "chapter+number"
config:
toc:
collapse: section
scroll_highlight: true
# 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/moderndive/moderndive_book/edit/master/%s
includes:
in_header: _includes/analytics.html
before_body: _includes/logo.html
#bookdown::epub_book: default
#bookdown::word_document2: default