12.5 File _output.yml

bookdown::gitbook:
  exclude: ["README.md"]
  includes:
    in_header: _header.html
    before_body: _top.html
    after_body:  _footer.html
  css: style.css
  split_by: section
  split_bib: TRUE
  md_extensions: +link_attributes
  config:
    toc:
      collapse: section
      before: |
        <li><a href="index.html"><b>GNU/Linux Desktop Survival Guide</b></a></li>
        <li><a href="https://togaware.com/graham.williams" target="blank">Graham Williams</a></li>
      after: |
        <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
  download: [pdf]
  edit: https://bitbucket.com/
  sharing: no
bookdown::pdf_book:
  includes:
    in_header: _mybook.sty         # File inserted before the \begin{document}.
    before_body: _frontpage.tex    # File inserted just after the \maketitle.
    after_body: _backpage.tex
  latex_engine: xelatex
  citation_package: natbib
  keep_tex: yes
  pandoc_args: [--top-level-division=chapter, --wrap=none, --listings]
  toc_depth: 2
  toc_unnumbered: no
  toc_appendix: yes
  highlight_bw: yes
  quote_footer: ["\\VA{", "}{}"]
bookdown::epub_book: default

Adding --listings to pandoc_args: will utilise the LateX lstlistings package for code blocks. A smaller font is utilised and verbatim environments are highlighted.



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0