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

PhD thesis not exported correctly #2966

Closed firubat closed 2 months ago

firubat commented 2 months ago

Debug log ID

PSMULG4S-euc/6.7.226-7

What happened?

I have a Zotero entry with "Item type: Thesis" and "Type: PhD thesis". it is exported as

@thesis{key,
  type = {phdthesis},
etc...}

As I understand from here (and other places) it should have been exported as @phdthesis{key, ...}.

retorquere commented 2 months ago

I need a -refs log (right-click entry, better bibtex, send debug log). Are you exporting as bibtex or as biblatex?

firubat commented 2 months ago

Seems that it was biblatex, and bibtex does actually\export as I expected. Is that the expected behavior in biblatex?

This is the log for the biblatex export 64V7VIWD-refs-euc/6.7.226-7

retorquere commented 2 months ago

Yes. biblatex supports phd theses by having it as the type field of a @thesis entry.

firubat commented 2 months ago

Oh I see, my apologies then, I was not aware of this distinction. So I think it can be closed.

github-actions[bot] commented 2 months ago

Thanks for the feedback! Just so you know, GitHub doesn't let me control who can close issues, and @retorquere likes to leave bug reports and enhancements open as a nudge to merge them into the next release.