container-title-short doesn't use journalAbbreviation but shortens publicationTitle
Hi,
I have a problem with CSL + Word-Addin:
In my CSL stylesheet, I use the following in a citation-style for a journal article:
text variable="container-title-short"
The article I want to cite has (inter alia) the following properties:
publicationTitle: Computer und Recht
journalAbbreviation: CR
Now, sometimes when I cite the article using the Word-Addin (on OS X, Word:Mac 2011), I get the following output:
...authors..., Comput. Recht 2009, 62
where it should be
...authors..., CR 2009, 62
What I think this does is, instead of using journalAbbrevation/container-title-short, to abbreviate the publicationTitle (whre Computer becomes Comput.). This happens to other entries in Zotero in similar fashion.
The Addin does not do this all the time, but sometimes. I tried changing in the CSL as follows:
text variable="container-title-short"
to
text variable="container-title" form="short"
and vice versa, to no avail.
In the Zotero Reference Test (chrome://zotero/content/tools/csledit.xul) the CSL looks just fine all the time.
Any ideas?
Thank you
I have a problem with CSL + Word-Addin:
In my CSL stylesheet, I use the following in a citation-style for a journal article:
text variable="container-title-short"
The article I want to cite has (inter alia) the following properties:
publicationTitle: Computer und Recht
journalAbbreviation: CR
Now, sometimes when I cite the article using the Word-Addin (on OS X, Word:Mac 2011), I get the following output:
...authors..., Comput. Recht 2009, 62
where it should be
...authors..., CR 2009, 62
What I think this does is, instead of using journalAbbrevation/container-title-short, to abbreviate the publicationTitle (whre Computer becomes Comput.). This happens to other entries in Zotero in similar fashion.
The Addin does not do this all the time, but sometimes. I tried changing in the CSL as follows:
text variable="container-title-short"
to
text variable="container-title" form="short"
and vice versa, to no avail.
In the Zotero Reference Test (chrome://zotero/content/tools/csledit.xul) the CSL looks just fine all the time.
Any ideas?
Thank you
(I assume that the latter would be correct, but I'd like to check with everyone before testing and possibly touching the processor code.)