* no extra capitalization in german
This commit is contained in:
parent
e012d68f4a
commit
74bfc94734
1 changed files with 16 additions and 16 deletions
|
@ -32,13 +32,13 @@
|
||||||
<if type="chapter" match="none">
|
<if type="chapter" match="none">
|
||||||
<group delimiter=". ">
|
<group delimiter=". ">
|
||||||
<names variable="editor" delimiter=". ">
|
<names variable="editor" delimiter=". ">
|
||||||
<label form="verb" prefix=" " text-case="capitalize-first" suffix=" "/>
|
<label form="verb" prefix=" " suffix=" "/>
|
||||||
<name delimiter=", " delimiter-precedes-last="always"/>
|
<name delimiter=", " delimiter-precedes-last="always"/>
|
||||||
</names>
|
</names>
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="author editor" match="any">
|
<if variable="author editor" match="any">
|
||||||
<names variable="translator" delimiter=". ">
|
<names variable="translator" delimiter=". ">
|
||||||
<label form="verb" prefix=" " text-case="capitalize-first"
|
<label form="verb" prefix=" "
|
||||||
suffix=" "/>
|
suffix=" "/>
|
||||||
<name delimiter=", " delimiter-precedes-last="always"/>
|
<name delimiter=", " delimiter-precedes-last="always"/>
|
||||||
</names>
|
</names>
|
||||||
|
@ -93,10 +93,10 @@
|
||||||
<if type="personal_communication">
|
<if type="personal_communication">
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="genre">
|
<if variable="genre">
|
||||||
<text variable="genre" text-case="capitalize-first"/>
|
<text variable="genre" />
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text term="letter" text-case="capitalize-first"/>
|
<text term="letter" />
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="interviewer">
|
<macro name="interviewer">
|
||||||
<names variable="interviewer" delimiter="/">
|
<names variable="interviewer" delimiter="/">
|
||||||
<label form="verb" prefix=" " text-case="capitalize-first" suffix=" "/>
|
<label form="verb" prefix=" " suffix=" "/>
|
||||||
<name delimiter=", " delimiter-precedes-last="always"/>
|
<name delimiter=", " delimiter-precedes-last="always"/>
|
||||||
</names>
|
</names>
|
||||||
</macro>
|
</macro>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<if variable="title" match="none">
|
<if variable="title" match="none">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="personal_communication" match="none">
|
<if type="personal_communication" match="none">
|
||||||
<text variable="genre" text-case="capitalize-first"/>
|
<text variable="genre"/>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
@ -191,13 +191,13 @@
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<group delimiter=". ">
|
<group delimiter=". ">
|
||||||
<text macro="interviewer"/>
|
<text macro="interviewer"/>
|
||||||
<text variable="medium" text-case="capitalize-first"/>
|
<text variable="medium"/>
|
||||||
</group>
|
</group>
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="title" match="none"> </if>
|
<if variable="title" match="none"> </if>
|
||||||
<else-if type="thesis speech" match="any"> </else-if>
|
<else-if type="thesis speech" match="any"> </else-if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="genre" text-case="capitalize-first"/>
|
<text variable="genre" />
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</group>
|
</group>
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
<macro name="container-title">
|
<macro name="container-title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="chapter">
|
<if type="chapter">
|
||||||
<text term="in" text-case="capitalize-first" suffix=" "/>
|
<text term="in" suffix=" "/>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="edition" text-case="capitalize-first" suffix="."/>
|
<text variable="edition" suffix="."/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
@ -240,7 +240,7 @@
|
||||||
<else-if type="book">
|
<else-if type="book">
|
||||||
<group prefix=". " delimiter=". ">
|
<group prefix=". " delimiter=". ">
|
||||||
<group>
|
<group>
|
||||||
<text term="volume" form="short" text-case="capitalize-first" suffix=". "/>
|
<text term="volume" form="short" suffix=". "/>
|
||||||
<number variable="volume" form="numeric"/>
|
<number variable="volume" form="numeric"/>
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="archive">
|
<macro name="archive">
|
||||||
<group delimiter=". ">
|
<group delimiter=". ">
|
||||||
<text variable="archive_location" text-case="capitalize-first"/>
|
<text variable="archive_location" />
|
||||||
<text variable="archive"/>
|
<text variable="archive"/>
|
||||||
<text variable="archive-place"/>
|
<text variable="archive-place"/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -344,7 +344,7 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="title" match="none"> </if>
|
<if variable="title" match="none"> </if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="genre" text-case="capitalize-first" prefix=". "/>
|
<text variable="genre" prefix=". "/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
<text macro="event" prefix=" "/>
|
<text macro="event" prefix=" "/>
|
||||||
|
@ -355,7 +355,7 @@
|
||||||
<group prefix=". " delimiter=", ">
|
<group prefix=". " delimiter=", ">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="thesis">
|
<if type="thesis">
|
||||||
<text variable="genre" text-case="capitalize-first"/>
|
<text variable="genre" />
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
<text macro="publisher"/>
|
<text macro="publisher"/>
|
||||||
|
@ -398,12 +398,12 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if position="ibid-with-locator">
|
<if position="ibid-with-locator">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
<text term="ibid" suffix="."/>
|
||||||
<text macro="point-locators-subsequent"/>
|
<text macro="point-locators-subsequent"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else-if position="ibid">
|
<else-if position="ibid">
|
||||||
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
<text term="ibid" suffix="."/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
|
|
Loading…
Reference in a new issue