* "last accessed" added for urls
* books title not italic in bibliography
This commit is contained in:
parent
50c4d6bfc3
commit
cd93bf3927
1 changed files with 10 additions and 2 deletions
|
@ -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 a new issue