在目录

时间:2017-04-27 13:54:29

标签: r bookdown

当我使用bookdown软件包生成一个html书时,它会将左侧的“目录”中已展开的每个节标题导出。单击它们时,它会正确导航,但双击时不会最小化部分。有关我希望它如何工作的示例,请查看https://bookdown.org/yihui/bookdown-demo/applications.html。如果单击“5个应用程序”,它将最小化/最大化子部分。

我想知道下面发布的(大多数未触及的YAML _output文件)是否有问题。

bookdown::gitbook:
  split_by: none
  css: style.css
  config:
    toc:
      before: |
        <li><a href="./">A Minimal Book Example</a></li>
      after: |
        <li><a href="https://github.com/rstudio/bookdown" 
target="blank">Published with bookdown</a></li>
    edit: https://github.com/rstudio/bookdown-demo/edit/master/%s
    download: ["pdf", "epub"]
bookdown::pdf_book:
  includes:
    in_header: preamble.tex
  latex_engine: xelatex
  citation_package: natbib
  keep_tex: yes
bookdown::epub_book: default

0 个答案:

没有答案