Created
October 28, 2019 05:47
-
-
Save davan690/a119b1e582e9815d2e06035d0d972913 to your computer and use it in GitHub Desktop.
A general template _output yaml file for bookdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bookdown::gitbook: | |
css: style.css | |
config: | |
toc: | |
before: | | |
<li><a href="./">Simple tests for seed and mouse dynamics</a></li> | |
after: | | |
<li><a href="https://github.com/davan690/simple-anova-beech" target="blank">Published with bookdown</a></li> | |
download: ["pdf", "epub", "docx"] | |
bookdown::pdf_book: | |
includes: | |
in_header: preamble.tex | |
latex_engine: xelatex | |
citation_package: natbib | |
keep_tex: yes | |
bookdown::epub_book: default | |
bookdown::word_document2: | |
reference_docx: ms.docx | |
fig_caption: yes | |
toc: yes | |
bookdown::html_document2: default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment