您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
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