Replies: 1 comment 1 reply
-
May solution is like mentioned above to comment out
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm creating a book project with "pdf" and "docx" output. Since I prefer biblatex citation mode for "pdf", I added the option
cite-method: biblatex
to the pdf YAML block. Activating biblatex leads to a hard-coded part in the partials that executesprintbibliograpy
in Latex. For "docx" I added a chapter:That leads to 2 chapters for literature... One from hardcoded printbibliography, one empty from quarto.
So I thought I make that conditional:
But that doesn't help, "docx" is OK, but "pdf" still has the 2 chapters.
Next step would be to go into the partials, but I wanted to know if somebody has a solution?
Beta Was this translation helpful? Give feedback.
All reactions