Forgot the citation parts!

This commit is contained in:
Julian Onions 2008-02-01 09:23:18 +00:00
parent ff10d6a697
commit 18d1e32c13

View File

@ -32,6 +32,17 @@
</substitute> </substitute>
</names> </names>
</macro> </macro>
<macro name="author-sort">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" "
delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")" text-case="lowercase"/>
<substitute>
<names variable="editor"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="access"> <macro name="access">
<group> <group>
<text value="Available:" suffix=" "/> <text value="Available:" suffix=" "/>
@ -99,13 +110,17 @@
</macro> </macro>
<citation> <citation>
<option name="collapse" value="citation-number"/> <option name="collapse" value="citation-number"/>
<layout prefix="[" suffix="]" delimiter=","> <layout delimiter=",">
<text variable="citation-number" /> <text variable="citation-number" vertical-align="sup"/>
</layout> </layout>
</citation> </citation>
<bibliography> <bibliography>
<option name="et-al-min" value="6"/> <option name="et-al-min" value="6"/>
<option name="et-al-use-first" value="6"/> <option name="et-al-use-first" value="6"/>
<sort>
<key macro="author-sort"/>
<key variable="title"/>
</sort>
<layout> <layout>
<text variable="citation-number" suffix=". "/> <text variable="citation-number" suffix=". "/>
<text macro="author" suffix=":"/> <text macro="author" suffix=":"/>