-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_output.yml
More file actions
32 lines (32 loc) · 820 Bytes
/
_output.yml
File metadata and controls
32 lines (32 loc) · 820 Bytes
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
bookdown::gitbook:
css: style.css
includes:
in_header: [ga_script.html]
config:
download: no
toc:
collapse: section
before: |
<li><a href="./">Uniform Crime Reporting (UCR) Program Data: An Opinionated Guide to FBI Data</a></li>
bookdown::pdf_book:
pandoc_args: [--top-level-division=chapter, --wrap=auto, --columns=60]
extra_dependencies: ["float", "booktabs"]
dev: "cairo_pdf"
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: true
latex_engine: xelatex
citation_package: natbib
template: null
toc_depth: 3
toc_unnumbered: no
toc_appendix: yes
quote_footer: ["\\VA{", "}{}"]
highlight_bw: true
bookdown::word_document2:
split_by: chapter
toc: yes
toc_depth: 3
always_allow_html: true