|
@@ -187,7 +187,7 @@ |
|
|
<choose> |
|
|
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
|
|
<group delimiter=". "> |
|
|
<text variable="title" form="long" font-style="italic" text-case="sentence"/> |
|
|
<text variable="title" form="long" font-style="italic"/> |
|
|
<text variable="volume" prefix="vol. " form="long" font-style="italic"/> |
|
|
<text macro="edition_book"/> |
|
|
<text macro="publisher_book"/> |
|
@@ -196,13 +196,13 @@ |
|
|
<else-if type="chapter paper-conference" match="any"> |
|
|
<group delimiter=" "> |
|
|
<group delimiter=". "> |
|
|
<text variable="title" form="long" text-case="sentence"/> |
|
|
<text variable="title" form="long"/> |
|
|
<group> |
|
|
<text term="in" form="short" text-case="sentence" suffix=": "/> |
|
|
<text macro="editor"/> |
|
|
</group> |
|
|
<group delimiter=", " font-style="italic"> |
|
|
<text variable="container-title" form="long" font-style="italic" text-case="sentence"/> |
|
|
<text variable="container-title" form="long" font-style="italic"/> |
|
|
<text variable="volume" form="long" prefix="vol. " font-style="italic"/> |
|
|
</group> |
|
|
<text macro="edition_chapter"/> |
|
@@ -217,23 +217,23 @@ |
|
|
<else-if type="patent"> |
|
|
<group delimiter=", "> |
|
|
<group delimiter=". "> |
|
|
<text variable="title" form="long" text-case="sentence"/> |
|
|
<text variable="title" form="long"/> |
|
|
<text variable="number" form="long"/> |
|
|
</group> |
|
|
<text macro="year-date_patent"/> |
|
|
</group> |
|
|
</else-if> |
|
|
<else-if type="thesis"> |
|
|
<group delimiter=" "> |
|
|
<text variable="title" form="long" font-style="italic" suffix="." text-case="sentence"/> |
|
|
<text variable="title" form="long" font-style="italic" suffix="."/> |
|
|
<text variable="genre" form="long" suffix="," text-case="sentence"/> |
|
|
<text macro="publisher_thesis" suffix="," text-case="title"/> |
|
|
<text macro="year-date_thesis"/> |
|
|
</group> |
|
|
</else-if> |
|
|
<else-if type="webpage"> |
|
|
<group delimiter=" "> |
|
|
<text variable="title" form="long" suffix=". " text-case="sentence"/> |
|
|
<text variable="title" form="long" suffix=". "/> |
|
|
<text variable="container-title" form="long" suffix=". " text-case="title"/> |
|
|
<text macro="access"/> |
|
|
<text macro="year-date_webpage"/> |
|
@@ -243,7 +243,7 @@ |
|
|
<group delimiter=":"> |
|
|
<group delimiter=" "> |
|
|
<group delimiter=". "> |
|
|
<text variable="title" form="long" text-case="sentence"/> |
|
|
<text variable="title" form="long"/> |
|
|
<text variable="container-title" form="short" text-case="title" strip-periods="true" font-style="italic"/> |
|
|
</group> |
|
|
<group delimiter=";"> |
|
|
0 comments on commit
800c787