Modifying a style
So I'm modifying the Zeitschrift fur Theologie und Kirche style to the Vigiliae Christianae format:
Book:
H.A. Wolfson, The Philosophy of the Church Fathers (Cambridge, MA. 1964) 106-111.
Article:
L.W. Barnard, "The Antecedents of Arius" Vigiliae Christiania 24 (1970) 172-188.
I used the visual CSL editor and got it mostly correct, however I cannot seem to get the publication location into area next to the date for the book. Any suggestions? Or is there a style out there that is already like this? The ZThK was the closest style I could find.
Thanks!
Book:
H.A. Wolfson, The Philosophy of the Church Fathers (Cambridge, MA. 1964) 106-111.
Article:
L.W. Barnard, "The Antecedents of Arius" Vigiliae Christiania 24 (1970) 172-188.
I used the visual CSL editor and got it mostly correct, however I cannot seem to get the publication location into area next to the date for the book. Any suggestions? Or is there a style out there that is already like this? The ZThK was the closest style I could find.
Thanks!
https://gist.github.com/05d5725bcf37d1ea1a2b.git
in line 245 of the style with
<group delimiter=". " prefix="(" suffix=")">
<text variable="publisher-place"/>
<date variable="issued" form="numeric" date-parts="year"/>
</group>
that should basically work or at least give you a basic template. You can also do this with the visual editor adding a node with the group (and respective affixes&delimiters) and then child nodes for text & date.