Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53ab122

Browse files
philomonkyihui
authored andcommitted
change order of output formats in _output.yml (#11)
In order to guarantee that the menu item and links to downloadable pdf and epub appear in the html output on first build.
1 parent 5cce378 commit 53ab122

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_output.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
17
bookdown::gitbook:
28
css: style.css
39
config:
@@ -8,9 +14,3 @@ bookdown::gitbook:
814
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
915
edit:
1016
link: https://github.com/rstudio/bookdown-demo/edit/master/%s
11-
bookdown::pdf_book:
12-
includes:
13-
in_header: preamble.tex
14-
latex_engine: xelatex
15-
citation_package: natbib
16-
bookdown::epub_book: default

0 commit comments

Comments
 (0)