Bibliography citation - author first name cut off
After my last update, the bibliography no longer cites author's first name, regardless
of format chosen,
Is this something that can be fixed in preferences or what?
of format chosen,
Is this something that can be fixed in preferences or what?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
1) Manually change line 1137 of extensions/zotero@chnm.gmu.edu/chrome/content/zotero/xpcom/cite_compat.js (inside your Firefox profile directory) from:
if(element["form"] && element["form"] != "short") {
To:if(!element["form"] || element["form"] != "short") {
2) Download the Development XPI.
Sorry for any inconvenience.