Skip to content

Commit

Permalink
Add PDF build back in (does it cache?)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Sep 26, 2024
1 parent d2493b3 commit 782ed87
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
# the tinytex R package, and tinytex::install_tinytex()
# Inconsolata font needed from https://fonts.google.com/specimen/Inconsolata

# bookdown::pdf_book:
# includes:
# in_header: latex/preamble.tex
# before_body: latex/before_body.tex
# after_body: latex/after_body.tex
# keep_tex: true
# dev: "cairo_pdf"
# latex_engine: xelatex
# citation_package: natbib
# template: null
# pandoc_args: --top-level-division=chapter
# toc_depth: 3
# toc_unnumbered: false
# toc_appendix: true
# quote_footer: ["\\VA{", "}{}"]
# highlight_bw: true
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: true
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
template: null
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: false
toc_appendix: true
quote_footer: ["\\VA{", "}{}"]
highlight_bw: true
# bookdown::gitbook:
# df_print: default
# css: style.css
Expand Down

0 comments on commit 782ed87

Please sign in to comment.