-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_output.yml
67 lines (61 loc) · 1.63 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
bookdown::bs4_book:
split_bib: true
css: style.css
theme:
primary: "#4D6F8D"
repo: https://github.com/NOAA-EDAB/tech-doc
bookdown::gitbook:
css: style.css
# includes:
# in_header: [ga_script.html]
config:
# toc:
# collapse: section
# before: |
# <li><a href="./">Mastering Shiny</a></li>
edit: https://github.com/NOAA-EDAB/tech-doc/edit/master/%s
download: []
sharing:
facebook: no
twitter: no
github: yes
all: []
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
# bookdown::gitbook:
# lib_dir: asset
# css: css/style.css
# split_by: chapter
# config:
# toc:
# collapse: chapter
# before: |
# <li><a href="./">Technical Documentation, State of the Ecosystem Report</a></li>
# after: |
# <li><a href="https://github.com/NOAA-EDAB/tech-doc" target="blank">Published with bookdown</a></li>
# toolbar:
# position: static
# edit: https://github.com/NOAA-EDAB/tech-doc/edit/master/%s
# download: ["pdf"]
# bookdown::pdf_book:
# keep_tex: yes
#
#bookdown::gitbook:
# css: css/style.css
# config:
# toc:
# collapse: section
# before: |
# <li><a href="./">Technical Documentation, State of the Ecosystem Report</a></li>
# after: |
# <li><a href="https://github.com/NOAA-EDAB/tech-doc"></a></li>
# <li><a href="./"Published with bookdown</a></li>
# edit:
# link: https://github.com/NOAA-EDAB/tech-doc/edit/master/%s
#bookdown::pdf_book:
# keep_tex: yes