Dear all,

It seems to me that the metadata field suppress-bibliography has no effect when using the command-line option --biblatex. A minimal working example:

---
references:
- author:
  - family: Cooley
    given: James W.
  - family: Tukey
    given: John W.
  container-title: Mathematics of computation
  doi: 10.1090/S0025-5718-1965-0178586-1
  id: CooleyTukey1965
  issue: 90
  issued: 1965
  page: 297-301
  title: An Algorithm for the Machine Calculation of Complex Fourier Series
  type: article-journal
  volume: 19
---
This is a citation [@CooleyTukey1965].

Then I can use either

pandoc MWE.md -s --biblatex -o MWE.tex

or

pandoc MWE.md -s --metadata=suppress-bibliography --biblatex -o MWE.tex

and I get in both case the same result, that is the document is finishing with a \printbibliography.

Am I missing something? Thanks!

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/66ba712f-f7bd-4ed8-87c0-a768d3c50fa6n%40googlegroups.com.