Skip to content
Permalink
Browse files

Improve edition macro for din-1505-2 (#3559)

  • Loading branch information...
heikojansen authored and rmzelle committed Jun 23, 2018
1 parent c89fe2d commit f5602498582716adab53931b97ac38304d2c36c0
Showing with 44 additions and 16 deletions.
  1. +11 −4 din-1505-2-alphanumeric.csl
  2. +11 −4 din-1505-2-numeric-alphabetical.csl
  3. +11 −4 din-1505-2-numeric.csl
  4. +11 −4 din-1505-2.csl
@@ -168,10 +168,17 @@
</group>
</macro>
<macro name="edition">
<group>
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<choose>
@@ -163,10 +163,17 @@
</group>
</macro>
<macro name="edition">
<group>
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<choose>
@@ -153,10 +153,17 @@
</group>
</macro>
<macro name="edition">
<group>
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<choose>
@@ -186,10 +186,17 @@
</group>
</macro>
<macro name="edition">
<group>
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="numeric" suffix=". "/>
<text term="edition" form="short" plural="false"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<choose>

0 comments on commit f560249

Please sign in to comment.
You can’t perform that action at this time.