Chicago Fullnote with bibliography: op. cit.
For op cit.:
how can I use position="subsequent" to insert it?
but, really, I don't like this... my teacher wants it.
Is it possible to build something to say for example:
(short description), pagg. 23-45, op. cit. at pag. 100
thanks in advance
how can I use position="subsequent" to insert it?
but, really, I don't like this... my teacher wants it.
Is it possible to build something to say for example:
(short description), pagg. 23-45, op. cit. at pag. 100
thanks in advance
Or am I wrong?
You're right, it's possible to just put op cit there with something like
if position="subsequent"
[all the stuff for the short note]
text value="op cit."
but what isn't possible is the "at pag. 100" - i.e. a pointer to the first citation - which I understand will at least in general terms be possible in csl 1.0
I'll add here, though, that we've not discussed page number anchors for 1.0 (which may not even be possible); only note numbers.
@lord55, I'd encourage your "teacher" (from me) to reconsider their requirements here. This is a pretty unreasonable style to expect people or software to have to implement.
I set it in this way and it seems correct:
<macro name="point-locators-subsequent">
<choose>
<if position="subsequent">
<label variable="locator" form="short" include-period="true" suffix=" "/>
<text variable="locator"/>
<text value=", op. cit."/>
</if>
</choose>
</macro>
but I have it like this
....,pag. 56, op. cit.;
how can I put op. cit in this way :
..., op. cit., pag. 56;
thanks in advance