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!
  • could you take what you have so far (by clicking on code editor), select all, copy, paste to gist.github.com create a public or secret gits (doesn't matter which) and post the URL here?
  • edited October 13, 2015
    Yes, I believe this link will show the code:


    https://gist.github.com/05d5725bcf37d1ea1a2b.git
  • replace <text macro="date-and-edition"/>
    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.
Sign In or Register to comment.