We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683d7d1 commit 2f0d735Copy full SHA for 2f0d735
deutsche-gesellschaft-fur-psychologie.csl
@@ -118,9 +118,12 @@
118
<choose>
119
<if type="report thesis" match="any">
120
<text variable="title" font-style="italic" suffix="."/>
121
- <group prefix=" " suffix=".">
+ <group prefix=" " suffix="." delimiter=" ">
122
<text variable="genre"/>
123
- <text variable="number" prefix=" No. "/>
+ <group delimiter=" ">
124
+ <text term="issue" form="short"/>
125
+ <text variable="number"/>
126
+ </group>
127
</group>
128
</if>
129
<else-if type="bill book graphic legislation motion_picture report song" match="any">
0 commit comments