Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_output.yml
1 parent 5cce378 commit 53ab122Copy full SHA for 53ab122
_output.yml
@@ -1,3 +1,9 @@
1
+bookdown::pdf_book:
2
+ includes:
3
+ in_header: preamble.tex
4
+ latex_engine: xelatex
5
+ citation_package: natbib
6
+bookdown::epub_book: default
7
bookdown::gitbook:
8
css: style.css
9
config:
@@ -8,9 +14,3 @@ bookdown::gitbook:
14
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
15
edit:
10
16
link: https://github.com/rstudio/bookdown-demo/edit/master/%s
11
-bookdown::pdf_book:
12
- includes:
13
- in_header: preamble.tex
- latex_engine: xelatex
- citation_package: natbib
-bookdown::epub_book: default
0 commit comments