Adding a field to comment a reference in the formatted bibliography
I would like to have the possibility to add a short text before a reference. My formatted reference should look like that:
[42] For a pioneer work in the field, see: T. C. Atack, S. P. Cook, J. Am. Chem. Soc. 2016, 138, 6139–6142.
Is there a simple solution to do that?
I think I can use the field "Extra" to achieve this but I don't know how to modify my style to have this possibility.
I am grateful for any help
[42] For a pioneer work in the field, see: T. C. Atack, S. P. Cook, J. Am. Chem. Soc. 2016, 138, 6139–6142.
Is there a simple solution to do that?
I think I can use the field "Extra" to achieve this but I don't know how to modify my style to have this possibility.
I am grateful for any help
annote: Your comment
Then, edit the .csl file to add:
<text variable="annote" suffix=" "/>
In the bibliography section of the style, right after the line with citation-number. Then change the style title and ID at the top of the file, save, and install into Zotero.
(I wonder if this sort of use of
annote
could be implicitly used by the edit bibliography function? Edit: Or probably a better idea would just be to add prefix and suffix support to cs:bibliogrpahy?)