-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path_output.yml
32 lines (31 loc) · 1.01 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
bookdown::gitbook:
includes:
in_header: includes/header.html
css: css/style.css
keep_md: true
split_bib: false
highlight: haddock
config:
toc:
collapse: section
before: |
<li><strong><a href="./">Merely Useful</a></strong></li>
<li><img src="tugboats-800x600.jpg" width=267 height=200 style="padding-left:20px;"/></li>
after: |
<li><a href="https://github.com/rstudio/bookdown">Published with bookdown</a></li>
edit: https://github.com/merely-useful/py-rse/edit/book/%s
view: https://github.com/merely-useful/py-rse/blob/book/%s
sharing: null
pandoc_args: ['--lua-filter=glossary/glossary-html.lua']
bookdown::pdf_book:
includes:
in_header: includes/preamble.tex
before_body: includes/before_body.tex
after_body: includes/after_body.tex
keep_tex: true
latex_engine: "xelatex"
template: null
pandoc_args: ['--lua-filter=glossary/glossary-pdf.lua', '--top-level-division=chapter']
toc_depth: 2
toc_unnumbered: false
toc_appendix: true