* "last accessed" added for urls
* books title not italic in bibliography
This commit is contained in:
parent
c1220b9d7f
commit
89927fcbc4
|
@ -157,7 +157,7 @@
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
<else-if type="book">
|
<else-if type="book">
|
||||||
<text variable="title" font-style="italic"/>
|
<text variable="title"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" prefix="„" suffix="“"/>
|
<text variable="title" prefix="„" suffix="“"/>
|
||||||
|
@ -380,7 +380,15 @@
|
||||||
</else-if>
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
<text variable="DOI" prefix="doi:"/>
|
<text variable="DOI" prefix="doi:"/>
|
||||||
<text variable="URL" prefix="<" suffix=">"/>
|
<group>
|
||||||
|
<text variable="URL" prefix="<" suffix=">"/>
|
||||||
|
<text term="retrieved" prefix=", " suffix=" "/>
|
||||||
|
<date variable="accessed">
|
||||||
|
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
|
||||||
|
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
|
||||||
|
<date-part name="year" form="long"/>
|
||||||
|
</date>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="sort-key">
|
<macro name="sort-key">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user