Suppress default bibliography when using BibLaTeX and \printbibliography (Academic CV) #2431
Replies: 1 comment 5 replies
-
How are you setting the Unfortunately, it does not seem that Pandoc's template allows to pass option to Our partial mechanism allows you to tweak the default Pandoc template though, among them This partials creates the bibliography, and you can tweak the call to
Do check that you don't have a Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do an Academic CV, where it's necessary to print types (categories) of articles. To do this, I'm using BibLaTeX,
\printbibliography
, e.g.,The problem is, I still get a References section at the end of my document (I guess it's by default).
I've tried
suppress-bibliography: true
in the metadata, but it doesn't appear to change anything. Perhaps because I'm using biblatex rather than citeproc?How can I suppress that last part?
Beta Was this translation helpful? Give feedback.
All reactions