From e459de128e5fd90c19f3fb4d6bf05de1e6b4f998 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 29 Dec 2025 16:44:25 -0300 Subject: Fix: PDF compilation issues on Debian trixie --- structure/book/en/00-header.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'structure') 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: -- cgit v1.2.3