How work position="item"
Hi,
What is the difference between position "subsequent" and "ibid"? "Subsequent" are all items after the first, and "ibid" just the first after one item?
What is wrong in my code? The "ibid" don't work at all:
..................
<choose>
<if position="subsequent">
<text macro="author-short" suffix=", "/>
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="true"/>
</else>
</choose>
</if>
<else-if position="ibid">
<text term="ibid" font-style="italic" text-transform="capitalize"/>
</else-if>
<else-if position="first">
<text macro="author-short" suffix=", "/>
..........................
Thank you very much,
Mihai
What is the difference between position "subsequent" and "ibid"? "Subsequent" are all items after the first, and "ibid" just the first after one item?
What is wrong in my code? The "ibid" don't work at all:
..................
<choose>
<if position="subsequent">
<text macro="author-short" suffix=", "/>
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="true"/>
</else>
</choose>
</if>
<else-if position="ibid">
<text term="ibid" font-style="italic" text-transform="capitalize"/>
</else-if>
<else-if position="first">
<text macro="author-short" suffix=", "/>
..........................
Thank you very much,
Mihai
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Mihai