-
Notifications
You must be signed in to change notification settings - Fork 41
/
_bookdown.yml
30 lines (30 loc) · 1016 Bytes
/
_bookdown.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
book_filename: rmd4sci
output_dir: _book
repo: https://github.com/njtierney/rmd4sci
css: style.css
new_session: yes # this knits each chapter separately in a new session
delete_merged_file: true
rmd_files: [ "index.Rmd",
"license.Rmd",
"why-rmd.Rmd",
"installation.Rmd",
"rstudio.Rmd",
"workflow.Rmd",
"using-rmd.Rmd",
"pdf-html-word.Rmd",
"keyboard-shortcuts.Rmd",
"figures-tables-captions.Rmd",
"changing-figures.Rmd",
"math.Rmd",
"cite-fig-tab-sec.Rmd",
"citations-and-styles.Rmd",
"caption-reference-eqn.Rmd",
"common-problems.Rmd",
"alternative-outputs-and-exts.Rmd",
"next-steps.Rmd",
"references.Rmd",
"acknowledgements.Rmd",
"appendix-a-template.Rmd",
"appendix-b-faq.Rmd",
"appendix-c-html-extensions.Rmd"
]