forked from OpenActTexts/StyleGuideLDA
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_output.yml
More file actions
29 lines (27 loc) · 665 Bytes
/
Copy path_output.yml
File metadata and controls
29 lines (27 loc) · 665 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
bookdown::gitbook:
css: style.css
includes:
in_header: ShowHide.js
split_bib: FALSE
#split_bib: TRUE
config:
toc:
collapse: section
before: |
<li><a href="./">A Style Guide for LDA</a></li>
after: |
<li><a href="https://github.com/OpenActTexts/StyleGuideLDA" target="blank">Style Guide for LDA on GitHub</a></li>
download: ["pdf", "epub"]
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::html_document2:
theme: default
toc: yes
toc_float:
collapsed: true
smooth_scroll: false