volume after serial
hello
how to get the volume number after the "Reihe" (English: serial?) of book citations?
https://gist.github.com/3916943
Thanks a lot for all help!
how to get the volume number after the "Reihe" (English: serial?) of book citations?
https://gist.github.com/3916943
Thanks a lot for all help!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
instead of BROGGI, M.F. 1997: Wo ist Wildnis nötig und sinnvoll? In: Wildnis - ein neues Leitbild? Laufener Seminarbeiträge. Laufen/Salzach: Bayerische Akademie für Naturschutz und Landschaftspflege, S. 87–92.
<text variable="collection-title" suffix="."/>
to
<group suffix="." delimiter=" ">
<text variable="collection-title"/>
<text variable="volume"/>
</group>
Thank you very much - looks better now!