|
@@ -113,7 +113,7 @@ |
|
|
<choose> |
|
|
<if type="article-journal article-magazine paper-conference article-newspaper" match="any"> |
|
|
<group suffix=" " delimiter=" "> |
|
|
<text variable="container-title" form="short"/> |
|
|
<text variable="container-title" form="short" strip-periods="true"/> |
|
|
<choose> |
|
|
<if variable="URL"> |
|
|
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
|
@@ -122,9 +122,9 @@ |
|
|
</group> |
|
|
<text macro="edition" prefix=" "/> |
|
|
</if> |
|
|
<else-if type="chapter"> |
|
|
<else-if type="chapter paper-conference" match="any"> |
|
|
<group suffix="." delimiter=" "> |
|
|
<text variable="container-title" form="short"/> |
|
|
<text variable="container-title"/> |
|
|
<choose> |
|
|
<if variable="URL"> |
|
|
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
|
@@ -255,11 +255,11 @@ |
|
|
<sort> |
|
|
<key variable="citation-number"/> |
|
|
</sort> |
|
|
<layout prefix="(" suffix=")" delimiter=","> |
|
|
<layout vertical-align="sup" delimiter=","> |
|
|
<text variable="citation-number"/> |
|
|
</layout> |
|
|
</citation> |
|
|
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush"> |
|
|
<bibliography et-al-min="13" et-al-use-first="3" second-field-align="flush"> |
|
|
<layout> |
|
|
<text variable="citation-number" suffix=". "/> |
|
|
<group delimiter=": " suffix=". "> |
|
|
0 comments on commit
94891a0