Skip to content

Commit 479c061

Browse files
authored
fix small issues after visual inspection
1 parent a356e72 commit 479c061

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

gnosis-journal-of-gnostic-studies.csl

+7-16
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,10 @@
5959
</choose>
6060
</macro>
6161
<macro name="publisher">
62-
<choose>
63-
<if type="book chapter paper-conference" match="any">
6462
<group delimiter=": ">
6563
<text variable="publisher-place"/>
6664
<text variable="publisher-place"/>
6765
</group>
68-
</if>
69-
<else>
70-
<group delimiter=", " prefix=", ">
71-
<text variable="publisher-place"/>
72-
</group>
73-
</else>
74-
</choose>
7566
</macro>
7667
<macro name="year-date">
7768
<date date-parts="year" form="numeric" variable="issued"/>
@@ -118,36 +109,36 @@
118109
<key variable="title"/>
119110
</sort>
120111
<layout suffix=".">
121-
<group delimiter=". " suffix=".">
112+
<group delimiter=". ">
122113
<text macro="author"/>
123114
<date variable="issued">
124115
<date-part name="year"/>
125116
</date>
126117
<text macro="title" suffix="."/>
127118
<choose>
128119
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
129-
<group delimiter=". " prefix=" ">
120+
<group delimiter=". ">
130121
<text macro="edition"/>
131-
<text macro="editor" suffix="."/>
122+
<text macro="editor"/>
132123
<text macro="publisher"/>
133124
</group>
134125
</if>
135126
<else-if type="chapter paper-conference" match="any">
136127
<group delimiter=". ">
137128
<group delimiter=" ">
138-
<label text-case="capitalize-first" variable="page"/>
129+
<label variable="page" text-case="capitalize-first"/>
139130
<text variable="page"/>
140-
<text term="in" prefix=" "/>
131+
<text term="in"/>
141132
<text variable="container-title" font-style="italic"/>
142133
</group>
143134
<text macro="editor" suffix="."/>
144135
<text macro="edition"/>
145136
<text variable="collection-title"/>
146-
<text macro="publisher" prefix=" "/>
137+
<text macro="publisher"/>
147138
</group>
148139
</else-if>
149140
<else>
150-
<group delimiter=" " prefix=" ">
141+
<group delimiter=" ">
151142
<text variable="container-title" font-style="italic"/>
152143
<group delimiter=":">
153144
<text variable="volume"/>

0 commit comments

Comments
 (0)