-
I'm having an issue with using citations in a biblatatex json library that contain negative dates. For example: Aristotle's Poetics was written about 335 BC. I'm using Zotero and Better Bibtex, which exports these BC/BCE dates as negative numbers. But when attempting to load the resulting json library, pandoc gives the following error: What must I do to have pandoc use negative dates from a biblatex json library? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Can you upload an example of one of the JSON bibliography records that gives the problem? |
Beta Was this translation helpful? Give feedback.
-
Here's my record for Aristotle's Poetics:
|
Beta Was this translation helpful? Give feedback.
-
I see:
So, |
Beta Was this translation helpful? Give feedback.
-
That doesn't seem to affect pandoc. While it may be a mistake in the JSON, every entry (538 of them) have the year in quotation marks, and it works just fine. The offending portion of the entry is this: If this is removed, there is no error. With this entry, I receive the reported error. |
Beta Was this translation helpful? Give feedback.
-
Note to self: check implementation of |
Beta Was this translation helpful? Give feedback.
-
I'm fixing citeproc so that these dates are handled. |
Beta Was this translation helpful? Give feedback.
I'm fixing citeproc so that these dates are handled.