diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 08:42:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 08:42:24 -0300 |
commit | ddbf070bded29947f6e6595f29d99a7c08822462 (patch) | |
tree | a0a47aa9f28f4ff0e0042cf8b37d6da842c8b681 /_output.yml | |
parent | 515bdd658d91020c73f82b70ff001015b359adc0 (diff) | |
download | bookup-ddbf070bded29947f6e6595f29d99a7c08822462.tar.gz bookup-ddbf070bded29947f6e6595f29d99a7c08822462.tar.bz2 |
Misc improvements
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 0346264..f08e81e 100644 --- a/_output.yml +++ b/_output.yml @@ -64,9 +64,9 @@ bookdown::tufte_book2: template: templates/tufte-handout.tex includes: - in_header: structure/00-header.tex - before_body: structure/00-preamble.tex - after_body: structure/99-end.tex + in_header: vendor/bookup/structure/00-header.tex + before_body: vendor/bookup/structure/00-preamble.tex + after_body: vendor/bookup/structure/99-end.tex toc: true toc_depth: 3 #toc_appendix: true |