* "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>
|
||||
</if>
|
||||
<else-if type="book">
|
||||
<text variable="title" font-style="italic"/>
|
||||
<text variable="title"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="title" prefix="„" suffix="“"/>
|
||||
|
@ -380,7 +380,15 @@
|
|||
</else-if>
|
||||
</choose>
|
||||
<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>
|
||||
</macro>
|
||||
<macro name="sort-key">
|
||||
|
|
Loading…
Reference in New Issue
Block a user