-
Notifications
You must be signed in to change notification settings - Fork 17
/
_output.yml
34 lines (34 loc) · 890 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
bookdown::gitbook:
mathjax: null
pandoc_args: ["--gladtex", "--lua-filter=conditional-content.lua"]
css: ["web/gitbook-custom.css", "https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css", "web/lite-yt-embed.css"]
includes:
after_body: ["web/scripts.html"]
split_by: section+number
config:
toc:
before: |
<li><h4>Table of contents</h4></li>
collapse: section
download:
- ["qubit_guide.pdf", "A4 PDF"]
- ["qubit_guide_b5.pdf", "B5 PDF"]
fontsettings:
theme: white
family: sans
size: 1
sharing:
facebook: no
github: no
twitter: no
linkedin: no
weibo: no
instapaper: no
vk: no
all: []
info: no
bookdown::pdf_book:
template: "latex/latex-template-a4.tex"
latex_engine: xelatex
keep_tex: yes
pandoc_args: ["--lua-filter=conditional-content.lua"]