diff options
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 |