aboutsummaryrefslogtreecommitdiff
path: root/structure
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-12-29 16:44:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-12-29 16:44:25 -0300
commite459de128e5fd90c19f3fb4d6bf05de1e6b4f998 (patch)
tree0f7c9c5ecc1124c9da08186d5e66e0ec763c5cb4 /structure
parent687bd404927fd6d3a3840a8fa2d717c4db616509 (diff)
downloadbookup-e459de128e5fd90c19f3fb4d6bf05de1e6b4f998.tar.gz
bookup-e459de128e5fd90c19f3fb4d6bf05de1e6b4f998.tar.bz2
Fix: PDF compilation issues on Debian trixie
Diffstat (limited to 'structure')
-rw-r--r--structure/book/en/00-header.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/structure/book/en/00-header.yml b/structure/book/en/00-header.yml
index f56c37a..bea655a 100644
--- a/structure/book/en/00-header.yml
+++ b/structure/book/en/00-header.yml
@@ -30,7 +30,18 @@ papersize: b5paper
# Use "symmetric" in the classoption if you want margin notes in alternating sides
#classoption: "symmetric,justified"
#classoption: "twoside,symmetric,justified"
-classoption: "justified"
+classoption:
+ # Justified content
+ - "justified"
+
+ # Disable natbib in the underlying Tufte LaTeX
+ # Without this option, the following error is thrown:
+ #
+ # ! Package natbib Error: Bibliography not compatible with author-year citations.
+ #
+ # This is related to pandoc now using cite and bibitem even with citeproc:
+ # https://github.com/jgm/pandoc/issues/9031
+ - "nobib"
# Header includes
header-includes: