Citations in LO image captions
I'm adding citations to image captions in LibreOffice. When inserting, I'm warned that they'll be styled like in the bibliography, which is fine with me. However, they turn out somewhat messed up; for example, there are ibidems or short titles which I wouldn't expect if citations were really rendered like in the bibliography.
(FWIW, I'm also finding that some of those short titles appear in captions that are found before images with captions holding the correspondig long title. I suspect the latter might have to do with the order the images were inserted first.)
Is there any way to really make Zotero just display citations in image captions bibliography-style?
(FWIW, I'm also finding that some of those short titles appear in captions that are found before images with captions holding the correspondig long title. I suspect the latter might have to do with the order the images were inserted first.)
Is there any way to really make Zotero just display citations in image captions bibliography-style?
Generally, Image Captions don't work well for citations of any kind. One option is to just generate the citation in Zotero and paste them there (with no connection to Zotero, i.e. not using the LO add-on at all) then add them to the bibliography using Edit Bibliography in the add-on.
FWIW, the warning reads
"Citations in text frames will be formatted as if they appear at the end of the document"
(Is there any better place to report that as a bug, like on GitHub?)
When Simon patched the add-on to allow citations in captions at all, he was quite down on the ability to get any position information on them, so I'd be surprised if he were willing to wade into that again.
https://github.com/zotero/zotero-libreoffice-integration/commit/cccddf95b51a72dcac57916b7b696862fa2235ca
1) The actual add-on I linked to
and two components which are actually part of Zotero, not the add-on, namely
2) integration.js which assembles the relevant information and
and
3) citeproc.js (written by fbennett), which the formats the citations/bibliography
I'm pretty sure the only special code handling text frames is in the add-on itself.