commit 970cae11ef09371494c21be513642d8febb9e92b
parent f3d82dd288aa3516733b915b0c601fe1a486d43a
Author: Nicolae Turcan <nicturcan@gmail.com>
Date: Sat, 26 Jan 2008 15:21:44 +0000
Insert collection-number
Diffstat:
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/csl/inter-ro.csl b/csl/inter-ro.csl
@@ -88,8 +88,8 @@
<text variable="title" text-case="sentence" font-style="italic"/>
</if>
<else>
- <text variable="title" text-case="sentence" prefix="„"
- suffix="”"/>
+ <text variable="title" text-case="sentence" prefix="„"
+ suffix="”"/>
</else>
</choose>
</macro>
@@ -99,8 +99,8 @@
<text variable="title" text-case="sentence" font-style="italic" form="short"/>
</if>
<else>
- <text variable="title" text-case="sentence" prefix="„"
- suffix="”" form="short"/>
+ <text variable="title" text-case="sentence" prefix="„"
+ suffix="”" form="short"/>
</else>
</choose>
</macro>
@@ -196,7 +196,10 @@
<text variable="container-title" font-style="italic"/>
</group>
<text variable="volume" prefix=" "/>
- <text variable="collection-title" prefix=" (=" suffix=")"/>
+ <group prefix=" (= " suffix=")" delimiter=" ">
+ <text variable="collection-title"/>
+ <text variable="collection-number"/>
+ </group>
</group>
<text variable="edition" prefix=", "/>
<text macro="publisher" prefix=", "/>
@@ -231,7 +234,10 @@
<else-if type="book">
<group>
<text variable="volume" prefix=" "/>
- <text variable="collection-title" prefix=" (= " suffix=")"/>
+ <group prefix=" (= " suffix=")" delimiter=" ">
+ <text variable="collection-title"/>
+ <text variable="collection-number"/>
+ </group>
</group>
<text macro="translator" prefix=", "/>
<text macro="editor" prefix=", "/>
@@ -279,7 +285,10 @@
<text variable="container-title" font-style="italic"/>
</group>
<text variable="volume" prefix=" "/>
- <text variable="collection-title" prefix=" (= " suffix=")"/>
+ <group prefix=" (= " suffix=")" delimiter=" ">
+ <text variable="collection-title"/>
+ <text variable="collection-number"/>
+ </group>
</group>
<text variable="edition" prefix=", "/>
<text macro="publisher" prefix=", "/>
@@ -316,7 +325,10 @@
<else-if type="book">
<group>
<text variable="volume" prefix=" "/>
- <text variable="collection-title" prefix=" (= " suffix=")"/>
+ <group prefix=" (= " suffix=")" delimiter=" ">
+ <text variable="collection-title"/>
+ <text variable="collection-number"/>
+ </group>
</group>
<text macro="translator" prefix=", "/>
<text macro="editor" prefix=", "/>