You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 line
436B

  1. bookdown::gitbook:
  2. css: style.css
  3. config:
  4. toc:
  5. before: |
  6. <li><a href="./">A Minimal Book Example</a></li>
  7. after: |
  8. <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
  9. download: ["pdf", "epub"]
  10. bookdown::pdf_book:
  11. includes:
  12. in_header: preamble.tex
  13. latex_engine: xelatex
  14. citation_package: natbib
  15. keep_tex: yes
  16. bookdown::epub_book: default