Change in Place
Hi,
I'm currently trying to create a new citation style, which works out pretty well so far. However I'm currently fighting some major problems in solving the following problem by myself:
How the citation is:
Neumann, Birgit: Die Rhetorik der Nation in britischer Literatur und anderen Medien des 18. Jahrhunderts. Trier 2009 (Studies in English Literary and Cultural History 39).
How it should be:
Neumann, Birgit: Die Rhetorik der Nation in britischer Literatur und anderen Medien des 18. Jahrhunderts (Studies in English Literary and Cultural History 39). Trier 2009.
I suppose that is a simple change of place in the code needed. However I don't know what I need to change.
The code on which I am basing myself is called: Infoclio (German-Switzerland)
Thanks in a advance for any helpful ideas.
I'm currently trying to create a new citation style, which works out pretty well so far. However I'm currently fighting some major problems in solving the following problem by myself:
How the citation is:
Neumann, Birgit: Die Rhetorik der Nation in britischer Literatur und anderen Medien des 18. Jahrhunderts. Trier 2009 (Studies in English Literary and Cultural History 39).
How it should be:
Neumann, Birgit: Die Rhetorik der Nation in britischer Literatur und anderen Medien des 18. Jahrhunderts (Studies in English Literary and Cultural History 39). Trier 2009.
I suppose that is a simple change of place in the code needed. However I don't know what I need to change.
The code on which I am basing myself is called: Infoclio (German-Switzerland)
Thanks in a advance for any helpful ideas.
https://gist.github.com/anonymous/a003119a357c888012a6
<text macro="place" suffix=" "/>
<text macro="volume-or-medium" suffix=" "/>
instead of
<text macro="volume-or-medium" suffix=" "/>
<text macro="place" suffix=" "/>
so the series title is in the macro date-pages-and-collections
You can try to remove it from there (i.e. remove text macro="collections") and put it in the complete reference macro. It's a bunch of steps, so I don't really have the time to walk you through all of them, but that's the general idea.
I posted the latest version of the cls-code on:
https://gist.github.com/anonymous/87ee16f4552e268de212
Thanks in advance
What exactly isn't clear, what have you tried, etc.?
FWIW CSL is fully documented:
http://citationstyles.org/downloads/specification.html
and there is a GUI editor
http://citationstyles.org/downloads/specification.html