-
Notifications
You must be signed in to change notification settings - Fork 97
/
_output.yml
executable file
·29 lines (28 loc) · 969 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
bookdown::gitbook:
css: ['style.css', 'smltar.css']
config:
toc:
before: |
<li><a href="./">Supervised Machine Learning for Text Analysis in R</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
edit: https://github.com/EmilHvitfeldt/smltar/edit/master/%s
fontsettings: null
download: null
pandoc_args: [ "--top-level-division=chapter", "--csl", "taylor-and-francis-chicago-author-date.csl" ]
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: "pdf"
latex_engine: xelatex
citation_package: default
template: null
pandoc_args: [ "--top-level-division=chapter", "--csl", "taylor-and-francis-chicago-author-date.csl" ]
toc_depth: 3
toc_unnumbered: false
toc_appendix: true
quote_footer: ["\\VA{", "}{}"]
highlight_bw: false