New "page-first" variable doesn't work in macro

Hello there,

I encountered some strange behavior of the newly introduced "page-first" variable.

Calling <text variable="page-first"/> in the citation section works fine, but the following macro won't print anything if called in the citation section:

<macro name="page-first">
<text variable="page-first"/>
</macro>

Surprisingly the following does what it should, when called in the citation section (of course i actually don't want what it does):

<macro name="page-first">
<text variable="page-first"/>
<text variable="page"/>
</macro>

Funnily the following will print the first page and nothing more when called in the citation section:

<macro name="page-first">
<text variable="page-first"/>
<text variable="author"/>
</macro>

Is this a bug or do i get something wrong? I'm happy with this workaround, but it's odd ;)
  • Confirmed. I'll look into this, and should have a fix ready fairly soon.
  • I have identified the fault and applied a fix in a fresh release of the processor. The new version should appear in the next release of Zotero 2.1.
  • Thank you once more.
Sign In or Register to comment.