-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_output.yml
21 lines (21 loc) · 881 Bytes
/
_output.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# bookdown::pdf_book:
# latex_engine: xelatex
# citation_package: biblatex
# template: templates/template.tex
# keep_tex: true
# pandoc_args: !expr rmdfiltr::add_wordcount_filter(rmdfiltr::add_replace_ampersands_filter(rmdfiltr::add_citeproc_filter(args = NULL)))
# md_extensions: "-auto_identifiers"
# includes:
# in_header: "templates/preamble.tex"
bookdown::bs4_book:
css:
- templates/bs4_style.css
theme:
primary: "#6D1919"
repo: https://github.com/shirdekel/phd_thesis
pandoc_args: !expr rmdfiltr::add_wordcount_filter(rmdfiltr::add_replace_ampersands_filter(rmdfiltr::add_citeproc_filter(args = NULL)))
split_bib: true
# bookdown::word_document2:
# toc: true
# pandoc_args: !expr rmdfiltr::add_wordcount_filter(rmdfiltr::add_replace_ampersands_filter(rmdfiltr::add_citeproc_filter(args = NULL)))
# md_extensions: "-auto_identifiers"