retorquere / zotero-better-bibtex

Make Zotero effective for us LaTeX holdouts
https://retorque.re/zotero-better-bibtex/
MIT License
5.39k stars 290 forks source link

"case" in Zotero changed to "jurisdiction" after library export #3042

Open vgivanovic opened 3 weeks ago

vgivanovic commented 3 weeks ago

Debug log ID

BCWTIJBQ-refs-euc/6.7.248-7

What happened?

I created and populated an entry (Brennan1968) in Zotero and gave it type 'case'. The exported 'References.bib' file changed the type to 'jurisdiction', and then 'biber' outputs just the title of the entry and the URL. The citation is sorted in the B's, but starts with "Green". Manually changing the type to 'case' in References.bib results in all fields being correctly rendered, still sorted in the 'B''s.

I'm using \usepackage[style=apa,sortcites=false,sorting=nyt,backend=biber]{biblatex} in my preamble, and I generate the bibliography with \printbibliography{}. The Export Library... pull-down menu has "Better BibLaTeX" as its format along with 'biblatex+APA', 'keepUdated', and 'worker' checked. (I don't know what worker is, but it was checked by default.)

I, more verbosely, posted to the Zotero forum: https://forums.zotero.org/discussion/119202/jurisdiction-s-b-case.

I'm happy to provide any files you'd like to see and provide clarification.