Adding an expression to the title in a short citation
Hello. I would like to add the expression ", a.a.O." after the title to the short citation of a book in my adaptation of the chicago-fullnote-bibliography style. Unfortunately I have not succeeded yet. This is what I tried to do:
<else-if type="book">
<group delimiter=",">
</group>
<text variable="title" form="short" font-style="italic"/>
<text term="a.a.O." text-case="lowercase"/>
<group/>
Maybe someone here can help me. Thanks in advance.
<else-if type="book">
<group delimiter=",">
</group>
<text variable="title" form="short" font-style="italic"/>
<text term="a.a.O." text-case="lowercase"/>
<group/>
Maybe someone here can help me. Thanks in advance.
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.
As for your question, you can use:
<text variable="title" form="short" font-style="italic" suffix=", a.a.O."/>