Skip to content

Instantly share code, notes, and snippets.

@davan690
Created October 28, 2019 05:47
Show Gist options
  • Save davan690/a119b1e582e9815d2e06035d0d972913 to your computer and use it in GitHub Desktop.
Save davan690/a119b1e582e9815d2e06035d0d972913 to your computer and use it in GitHub Desktop.
A general template _output yaml file for bookdown
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