forked from alexd106/Rbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
executable file
·32 lines (32 loc) · 1.05 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
bookdown::gitbook:
css: style.css
split_by: section
includes:
in_header: GA_script.html
config:
toc:
collapse: subsection
before: |
<li><a href="./">An Introduction R</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
edit:
link: https://github.com/alexd106/Rbook/edit/master/%s
text: "Suggest an edit"
# download: [["book.pdf", "PDF"], ["book.epub", "EPUB"]]
download: [["Rbook.pdf", "Download PDF version"]]
highlight: tango
sharing: no
#facebook: no
#weibo: no
#instapper: no
#github: yes
bookdown::pdf_book:
page-layout: nobind #'nobind' for PDF output (equal margins), 'twoside' for two-sided binding (mirror margins and blank pages), leave blank for one-sided binding (left margin > right margin)
latex_engine: xelatex
includes:
in_header: latex/preamble.tex
after_body: latex/after_body.tex
pandoc_args: --top-level-division=chapter
#bookdown::epub_book:
# stylesheet: style.css