* container-prefix got mixed up, should now be correct. sorry!

This commit is contained in:
2008-07-13 12:31:20 +00:00
parent 3a3a092214
commit 255b97d5e1

View File

@ -145,7 +145,7 @@
</macro> </macro>
<macro name="container-prefix"> <macro name="container-prefix">
<choose> <choose>
<if type="chapter" match="any"> <if type="chapter article-journal" match="any">
<text term="in" text-case="capitalize-first" suffix=":"/> <text term="in" text-case="capitalize-first" suffix=":"/>
</if> </if>
</choose> </choose>
@ -153,7 +153,7 @@
<citation> <citation>
<option name="et-al-min" value="3"/> <option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/> <option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="6"/> <option name="et-al-subsequent-min" value="3"/>
<option name="et-al-subsequent-use-first" value="1"/> <option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/> <option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="true"/> <option name="disambiguate-add-names" value="true"/>
@ -173,8 +173,8 @@
</citation> </citation>
<bibliography> <bibliography>
<option name="hanging-indent" value="true"/> <option name="hanging-indent" value="true"/>
<option name="et-al-min" value="6"/> <option name="et-al-min" value="4"/>
<option name="et-al-use-first" value="4"/> <option name="et-al-use-first" value="1"/>
<sort> <sort>
<key macro="author"/> <key macro="author"/>
<key variable="title"/> <key variable="title"/>
@ -186,7 +186,7 @@
<text macro="title" suffix="."/> <text macro="title" suffix="."/>
<text macro="container-prefix"/> <text macro="container-prefix"/>
<text macro="editor"/> <text macro="editor"/>
<text variable="container-title" font-style="italic" suffix="." prefix="In: "/> <text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/> <text macro="edition"/>
<text macro="publisher"/> <text macro="publisher"/>