Correct bibliography style for auhtor.
This commit is contained in:
parent
a2e97fc61f
commit
91b843a1ad
|
@ -9,7 +9,7 @@
|
|||
<name>Nicolae Turcan</name>
|
||||
<email>nicturcan@gmail.com</email>
|
||||
</author>
|
||||
<category term="philosophy"/>
|
||||
<category term="theology"/>
|
||||
<category term="generic-base"/>
|
||||
<category term="author-date"/>
|
||||
<updated>2007-09-26T10:58:54+00:00</updated>
|
||||
|
@ -22,8 +22,20 @@
|
|||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name form="long" delimiter=", " delimiter-precedes-last="always"
|
||||
font-variant="small-caps"/>
|
||||
<name form="long" delimiter="; " delimiter-precedes-last="always"
|
||||
font-variant="small-caps" sort-separator=", "/>
|
||||
<label form="short" prefix=" (" suffix=".)"/>
|
||||
<substitute>
|
||||
<names variable="editor" font-variant="small-caps"/>
|
||||
<names variable="translator" font-variant="small-caps"/>
|
||||
<text macro="title"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="author-bibliography">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="all" form="long" delimiter="; "
|
||||
delimiter-precedes-last="always" font-variant="small-caps" sort-separator=", "/>
|
||||
<label form="short" prefix=" (" suffix=".)"/>
|
||||
<substitute>
|
||||
<names variable="editor" font-variant="small-caps"/>
|
||||
|
@ -183,8 +195,7 @@
|
|||
</if>
|
||||
<else-if position="ibid-with-locator">
|
||||
<group delimiter=", ">
|
||||
<text term="ibid" form="long" font-style="italic"
|
||||
text-case="capitalize-first"/>
|
||||
<text term="ibid" form="long" font-style="italic" text-case="capitalize-first"/>
|
||||
<group>
|
||||
<label variable="locator" include-period="true" form="short"/>
|
||||
<text variable="locator" prefix=" "/>
|
||||
|
@ -229,26 +240,11 @@
|
|||
<option name="et-al-min" value="6"/>
|
||||
<option name="et-al-use-first" value="6"/>
|
||||
<sort>
|
||||
<key macro="author"/>
|
||||
<key variable="issued"/>
|
||||
<key macro="author-bibliography"/>
|
||||
<key variable="title"/>
|
||||
</sort>
|
||||
<layout suffix=".">
|
||||
<names variable="author" suffix=", ">
|
||||
<name form="long" delimiter="; " delimiter-precedes-last="always"
|
||||
font-variant="small-caps" name-as-sort-order="all"/>
|
||||
<label form="short" prefix=" (" suffix=".)"/>
|
||||
<substitute>
|
||||
<names variable="editor" font-variant="small-caps">
|
||||
<name form="long" delimiter="; " delimiter-precedes-last="always"
|
||||
name-as-sort-order="all"/>
|
||||
</names>
|
||||
<names variable="translator" font-variant="small-caps">
|
||||
<name form="long" delimiter="; " delimiter-precedes-last="always"
|
||||
name-as-sort-order="all"/>
|
||||
</names>
|
||||
<text macro="title"/>
|
||||
</substitute>
|
||||
</names>
|
||||
<text macro="author-bibliography" suffix=", "/>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<group delimiter=", ">
|
||||
|
@ -276,8 +272,7 @@
|
|||
<text term="in"/>
|
||||
<names variable="editor translator" delimiter=", ">
|
||||
<name sort-separator=", " font-variant="small-caps"/>
|
||||
<label form="short" prefix="(" suffix=".)"
|
||||
text-case="lowercase"/>
|
||||
<label form="short" prefix="(" suffix=".)" text-case="lowercase"/>
|
||||
</names>
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<text variable="volume"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user