diff options
Diffstat (limited to 'structure')
| -rw-r--r-- | structure/book/en/00-header.yml | 13 |
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: |
