Skip to content

Commit 88c68d2

Browse files
authored
Fix et-al and indetation settings for mammalia.csl (JabRef#4717)
Remove italics for et al. Change indentation
1 parent 05940a2 commit 88c68d2

File tree

1 file changed

+48
-49
lines changed

1 file changed

+48
-49
lines changed

mammalia.csl

+48-49
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category field="biology"/>
1515
<issn>0025-1461</issn>
1616
<eissn>1864-1547</eissn>
17-
<updated>2020-04-19T12:35:46+00:00</updated>
17+
<updated>2020-04-20T10:34:52+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<macro name="editor-translator">
@@ -26,7 +26,6 @@
2626
<macro name="author">
2727
<names variable="author">
2828
<name and="text" initialize-with="." name-as-sort-order="first" sort-separator=" "/>
29-
<et-al font-style="italic"/>
3029
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
3130
<substitute>
3231
<names variable="editor"/>
@@ -38,7 +37,6 @@
3837
<macro name="author-short">
3938
<names variable="author">
4039
<name form="short" and="text" delimiter=", " initialize-with=". "/>
41-
<et-al font-style="italic"/>
4240
<substitute>
4341
<names variable="editor"/>
4442
<names variable="translator"/>
@@ -80,62 +78,63 @@
8078
</group>
8179
</layout>
8280
</citation>
83-
<bibliography et-al-min="6" et-al-use-first="5" second-field-align="margin">
81+
<bibliography>
8482
<sort>
85-
<key macro="author-short" names-min="1" names-use-first="1"/>
86-
<key variable="issued"/>
8783
<key macro="author"/>
84+
<key variable="issued"/>
8885
</sort>
8986
<layout suffix=".">
90-
<text macro="author"/>
91-
<date date-parts="year" form="text" variable="issued" prefix=". "/>
92-
<choose>
93-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
94-
<group suffix="." prefix=". ">
95-
<text macro="title"/>
96-
<text macro="editor-translator"/>
97-
</group>
98-
<text prefix=" " suffix="." macro="publisher"/>
99-
</if>
100-
<else-if type="chapter paper-conference" match="any">
101-
<group delimiter=". " prefix=". ">
102-
<text macro="title"/>
103-
<group delimiter=" ">
104-
<group delimiter=": ">
105-
<text term="in" text-case="capitalize-first"/>
106-
<names variable="editor translator" prefix="(" suffix=")">
107-
<name prefix=" " initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
108-
<label form="short" prefix=", "/>
109-
</names>
110-
</group>
111-
<group delimiter=", ">
112-
<text variable="container-title"/>
113-
<text variable="collection-title"/>
114-
</group>
115-
</group>
116-
<text macro="publisher"/>
117-
<group delimiter=" ">
118-
<label variable="page" form="short"/>
119-
<text variable="page"/>
120-
</group>
121-
</group>
122-
</else-if>
123-
<else>
124-
<group delimiter=". " prefix=". ">
125-
<group delimiter=", ">
87+
<group delimiter=". ">
88+
<text macro="author"/>
89+
<date date-parts="year" form="text" variable="issued"/>
90+
<choose>
91+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
92+
<group>
12693
<text macro="title"/>
12794
<text macro="editor-translator"/>
12895
</group>
129-
<group delimiter=" ">
130-
<text variable="container-title" form="short"/>
131-
<group delimiter=": ">
132-
<text variable="volume"/>
96+
<text prefix=" " suffix="." macro="publisher"/>
97+
</if>
98+
<else-if type="chapter paper-conference" match="any">
99+
<group delimiter=". ">
100+
<text macro="title"/>
101+
<group delimiter=" ">
102+
<group delimiter=": ">
103+
<text term="in" text-case="capitalize-first"/>
104+
<names variable="editor translator" prefix="(" suffix=")">
105+
<name prefix=" " initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
106+
<label form="short" prefix=", "/>
107+
</names>
108+
</group>
109+
<group delimiter=", ">
110+
<text variable="container-title"/>
111+
<text variable="collection-title"/>
112+
</group>
113+
</group>
114+
<text macro="publisher"/>
115+
<group delimiter=" ">
116+
<label variable="page" form="short"/>
133117
<text variable="page"/>
134118
</group>
135119
</group>
136-
</group>
137-
</else>
138-
</choose>
120+
</else-if>
121+
<else>
122+
<group delimiter=". ">
123+
<group delimiter=", ">
124+
<text macro="title"/>
125+
<text macro="editor-translator"/>
126+
</group>
127+
<group delimiter=" ">
128+
<text variable="container-title" form="short"/>
129+
<group delimiter=": ">
130+
<text variable="volume"/>
131+
<text variable="page"/>
132+
</group>
133+
</group>
134+
</group>
135+
</else>
136+
</choose>
137+
</group>
139138
</layout>
140139
</bibliography>
141140
</style>

0 commit comments

Comments
 (0)