diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 09:13:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 09:13:59 -0300 |
commit | 69bac56f4efaee4daa6151d1ff8a65ad04484501 (patch) | |
tree | a1ed2d4f686a25c7bff2d85843ebdbf8dbf2a059 | |
parent | fbf92fd0b3518657c9516fb53f3769350dc30b16 (diff) | |
download | bookup-69bac56f4efaee4daa6151d1ff8a65ad04484501.tar.gz bookup-69bac56f4efaee4daa6151d1ff8a65ad04484501.tar.bz2 |
Fix: templates/ folder location
-rw-r--r-- | _output.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_output.yml b/_output.yml index f08e81e..f6ff4b2 100644 --- a/_output.yml +++ b/_output.yml @@ -61,7 +61,7 @@ bookdown::tufte_book2: # https://bookdown.org/yihui/rmarkdown/pdf-document.html#custom-templates-1 # # We may move back to the vanilla template once this issue is fixed upstream. - template: templates/tufte-handout.tex + template: vendor/bookup/templates/tufte-handout.tex includes: in_header: vendor/bookup/structure/00-header.tex |