* quotation marks for german
* date format '' * <url>
This commit is contained in:
parent
6d9427981e
commit
50c4d6bfc3
1 changed files with 11 additions and 11 deletions
|
@ -160,7 +160,7 @@
|
||||||
<text variable="title" font-style="italic"/>
|
<text variable="title" font-style="italic"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" quotes="true"/>
|
<text variable="title" prefix="„" suffix="“"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
<text variable="title" form="short" font-style="italic"/>
|
<text variable="title" form="short" font-style="italic"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" form="short" quotes="true"/>
|
<text variable="title" form="short" prefix="„" suffix="“"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
@ -284,8 +284,8 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if type="graphic report" match="any">
|
<if type="graphic report" match="any">
|
||||||
<date variable="issued">
|
<date variable="issued">
|
||||||
<date-part name="month" suffix=" "/>
|
<date-part name="day" suffix="."/>
|
||||||
<date-part name="day" suffix=", "/>
|
<date-part name="month" suffix="."/>
|
||||||
<date-part name="year"/>
|
<date-part name="year"/>
|
||||||
</date>
|
</date>
|
||||||
</if>
|
</if>
|
||||||
|
@ -296,8 +296,8 @@
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<date variable="issued">
|
<date variable="issued">
|
||||||
<date-part name="month" suffix=" "/>
|
<date-part name="day" suffix="."/>
|
||||||
<date-part name="day" suffix=", "/>
|
<date-part name="month" suffix="."/>
|
||||||
<date-part name="year"/>
|
<date-part name="year"/>
|
||||||
</date>
|
</date>
|
||||||
</else>
|
</else>
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
</else-if>
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
<text variable="DOI" prefix="doi:"/>
|
<text variable="DOI" prefix="doi:"/>
|
||||||
<text variable="URL"/>
|
<text variable="URL" prefix="<" suffix=">"/>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="sort-key">
|
<macro name="sort-key">
|
||||||
|
@ -395,7 +395,7 @@
|
||||||
<option name="et-al-subsequent-use-first" value="1"/>
|
<option name="et-al-subsequent-use-first" value="1"/>
|
||||||
<option name="disambiguate-add-names" value="true"/>
|
<option name="disambiguate-add-names" value="true"/>
|
||||||
<layout prefix="" suffix="." delimiter="; ">
|
<layout prefix="" suffix="." delimiter="; ">
|
||||||
<choose>
|
<!-- <choose>
|
||||||
<if position="ibid-with-locator">
|
<if position="ibid-with-locator">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text term="ibid" suffix="."/>
|
<text term="ibid" suffix="."/>
|
||||||
|
@ -405,14 +405,14 @@
|
||||||
<else-if position="ibid">
|
<else-if position="ibid">
|
||||||
<text term="ibid" suffix="."/>
|
<text term="ibid" suffix="."/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>-->
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="contributors-short"/>
|
<text macro="contributors-short"/>
|
||||||
<text macro="title-short"/>
|
<text macro="title-short"/>
|
||||||
<text macro="point-locators-subsequent"/>
|
<text macro="point-locators-subsequent"/>
|
||||||
</group>
|
</group>
|
||||||
</else>
|
<!-- </else>-->
|
||||||
</choose>
|
<!-- </choose>-->
|
||||||
</layout>
|
</layout>
|
||||||
</citation>
|
</citation>
|
||||||
<bibliography>
|
<bibliography>
|
||||||
|
|
Loading…
Reference in a new issue