Skip to content

Commit

Permalink
Update zeitschrift-fur-kunstgeschichte.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
zuphilip committed Jan 4, 2016
1 parent ee35ec7 commit c81a564
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions zeitschrift-fur-kunstgeschichte.csl
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,12 @@
<name and="text" delimiter-precedes-et-al="never" delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="container-title">
<choose>
<if variable="container-title">
<choose>
<if type="article-journal article-magazine" match="any"/>
<else>
<text term="in" suffix=": "/>
<text variable="container-title" font-style="italic" suffix="."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="editor">
<names variable="editor translator" delimiter=", ">
<name delimiter="" prefix=" " and="text" delimiter-precedes-et-al="never" delimiter-precedes-last="never"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="edition">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" text-case="capitalize-first"/>
</group>
</if>
<else>
<text variable="edition" text-case="capitalize-first" suffix="."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="volume">
<choose>
<if type="article-journal">
Expand All @@ -104,16 +74,6 @@
</else>
</choose>
</macro>
<macro name="point-locators">
<choose>
<if variable="page">
<text value="hier: "/>
</if>
<else>
<text variable="locator" prefix=" "/>
</else>
</choose>
</macro>
<macro name="collection-with-number">
<group delimiter=", " prefix="(" suffix=")">
<text variable="collection-title"/>
Expand Down

0 comments on commit c81a564

Please sign in to comment.