-
Notifications
You must be signed in to change notification settings - Fork 30
/
_output.yml
executable file
·37 lines (31 loc) · 940 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
# Settings for epub
bookdown::epub_book: default
# Settings for gitbook
bookdown::gitbook:
includes:
in_header: google_analytics.txt
css: style.css
split_by: "rmd"
config:
toc:
# The element of top of the sidebar
before: |
<li><a href="./">Rcpp for everyone</a></li>
# The element of bottom of the sidebar
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
# Tbis is neccesarry to enable Japanese in the title section
# pandoc_args: [
# "--from", "markdown+autolink_bare_uris+tex_math_single_backslash-implicit_figures"
# ]
# Settings for pdf
# detailed settings are described in pramble.tex
bookdown::pdf_book:
# includes:
#in_header: preamble.tex
latex_engine: xelatex
pandoc_args: --top-level-division=chapter
keep_tex: yes
# documentclass: bxjsbook
# classoption: xelatex,ja=standard
# geometry: no