Troubles adding a citation ID: 1987002443
I am having the following problem: I have updated my zotero to version 2.1.1. Since then I am having troubles adding citations into word 2007 documents. Everytime I want to add or edit a citation I receive an error message. I am using a german version, I can hardly translate it in English, since I neither understand it properly in German. In German it sais: "Der Wert für das Maß muss zwischen 0,7 pt und 1584 pt liegen" Meaning something like: the criterion for the coefficient has to be between 0,7 pt and 1584 pt.
What does it mean? And what do I need to do?
What does it mean? And what do I need to do?
Thanks for the advice!
So I found a solution which might work:
In the "author-short" macro I had this:
<macro name="author-short">
<choose>
<if variable="volume" type="book" match="all">
<text variable="volume" />
</if>
<else>
...
</else>
</choose>
I deleted all this code and just left the part replaced by "..." and it worked again. I don't exactly know why it works but perhaps that works for you too...
if you need to test for a variable and a type you need two nested ifs:
<if variable="volume">
<if type="book">
....
<if>
</if>
Any general hints?
http://www.zotero.org/support/dev/citation_styles#validation
Invalid styles won't work in Z2.1, even if they used to.