diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 12:18:06 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 12:18:06 +0100 |
commit | a45b39d7995e4c0b57272d4fc286eb54e02b9c70 (patch) | |
tree | 46f3a8bafc32df8b02d5c1906137c2881e9d8ce1 /_output.yml | |
parent | ab90f9241d0867206858c306c8d7fb08ee7f0275 (diff) | |
download | bookup-a45b39d7995e4c0b57272d4fc286eb54e02b9c70.tar.gz bookup-a45b39d7995e4c0b57272d4fc286eb54e02b9c70.tar.bz2 |
Unified configuration for book and notes
Diffstat (limited to '_output.yml')
-rw-r--r-- | _output.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_output.yml b/_output.yml index ca39efa..62874f8 100644 --- a/_output.yml +++ b/_output.yml @@ -76,9 +76,9 @@ bookdown::tufte_book2: template: vendor/bookup/templates/tufte-handout.tex includes: - in_header: vendor/bookup/structure/00-header.tex - before_body: vendor/bookup/structure/00-preamble.tex - after_body: vendor/bookup/structure/99-end.tex + in_header: vendor/bookup/structure/book/00-header.tex + before_body: vendor/bookup/structure/book/00-preamble.tex + after_body: vendor/bookup/structure/book/99-end.tex toc: true toc_depth: 3 #toc_appendix: true |