Paragraphs keep ending up inside citations with LibreOffice plug-in
Just that - whole sentences or paragraphs following a citation will end up inside of it, causing problems and generally annoying me as its untidy. Hovering the cursor over this text reveals the citation pop-up, and deleting the text and pasting it back in only seems to work some of the time.
Is there any way to edit the parameters of the citation and neaten it up, making sure that it ony applies to the superscript number*?
Cheers!
*I'm using Vancouver.
Is there any way to edit the parameters of the citation and neaten it up, making sure that it ony applies to the superscript number*?
Cheers!
*I'm using Vancouver.
If we add a space immediately after we add the citation, only then will zotero include the anteceding text inside the citation. BUT, if we start typing immediately after including the citation without any space, it will exclude the text. AND VOILA
Fields. For instance, the text could be a field of the type created by Ctrl+F2 > Variables > User Field.
See: https://imgur.com/a/7SlvLEW, where separate variables are used to create protected text in the bibliography and for the citation. I haven't yet found a way to create a field that combined multiple variables for multi-citations, or making the numbers clickable cross-references to the bibliography entries, while allowing for multi-citations.
Bookmarks. If I were creating a bibliography by hand (had to do it on a collaborative word document before), I'd somehow enumerate the citations, create bookmarks for the key listed in the bibliography, and insert cross-references to those bookmarks. Not only would that ensure consistency, it would also make the citations clickable links to the bibliography (as is the default in LaTeX's hyperref).
See: https://imgur.com/a/PVQQxYP
This differs from the way bookmarks are currently abused to encode the cross-reference information, sharing the issues of the reference-marks approach -- if not worse, because bookmarks are not highlighted as fields in LibreOffice.
It would work straight-forward for citation styles where the bibliography and the citation use the same format for the reference mark, e.g. "[23]". But if multi-citations are needed, things become more complicated, e.g.
Doing it like that would be definitely more complicated than the current solution, but would retain the "clickable cross-reference"-character of citations, and protect from accidental edits to the in-text citations, as all components would be fields. Users could still insert text between the separate fields, but that might even be desirable (analogously to the optional argument of
\cite[extra]{key}
in LaTeX, that allows to write something like ref. [JDoe17, eq. 10]).