minor fixes
This commit is contained in:
parent
74bfc94734
commit
9facfd5c24
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?oxygen RNGSchema="file:/C:/Dokumente%20und%20Einstellungen/Administrator/Desktop/csl.rnc" type="compact"?>
|
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?>
|
||||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
||||||
<info>
|
<info>
|
||||||
<title>DIN 1505-2 (author-date)</title>
|
<title>DIN 1505-2 (author-date)</title>
|
||||||
|
@ -15,10 +15,12 @@
|
||||||
<category term="generic-base"/>
|
<category term="generic-base"/>
|
||||||
<category term="author-date"/>
|
<category term="author-date"/>
|
||||||
<updated>2007-12-31T11:11:11+00:00</updated>
|
<updated>2007-12-31T11:11:11+00:00</updated>
|
||||||
<summary>Style oriented by DIN 1505-2, for other media types on additional
|
<summary>Style oriented by DIN 1505-2, for other media types on additional standards</summary>
|
||||||
standards</summary>
|
<link href="http://www.bui.haw-hamburg.de/pers/klaus.lorenzen/ASP/litverz.pdf"
|
||||||
<link href="http://www.bui.haw-hamburg.de/pers/klaus.lorenzen/ASP/litverz.pdf" rel="documentation"/>
|
rel="documentation"/>
|
||||||
<link href="http://www.uni-muenster.de/imperia/md/content/fachbereich_physik/didaktik_physik/materialien/materialschlichting/zitierregeln.pdf" rel="documentation"/>
|
<link
|
||||||
|
href="http://www.uni-muenster.de/imperia/md/content/fachbereich_physik/didaktik_physik/materialien/materialschlichting/zitierregeln.pdf"
|
||||||
|
rel="documentation"/>
|
||||||
<link href="http://forums.zotero.org/discussion/1857"/>
|
<link href="http://forums.zotero.org/discussion/1857"/>
|
||||||
<!-- this is just a beginning to try to have a DIN 1505 citation style,
|
<!-- this is just a beginning to try to have a DIN 1505 citation style,
|
||||||
since i am not a pro, the xml coding style may not be ideal :-)
|
since i am not a pro, the xml coding style may not be ideal :-)
|
||||||
|
@ -38,13 +40,10 @@
|
||||||
* thesis type does notoffer a PLACE or FACULTY as variable!
|
* thesis type does notoffer a PLACE or FACULTY as variable!
|
||||||
how to show the place if it is not included in the University title!?!?
|
how to show the place if it is not included in the University title!?!?
|
||||||
* thesis type: publisher (university), genre (type) dont seem to get through!?
|
* thesis type: publisher (university), genre (type) dont seem to get through!?
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</info>
|
</info>
|
||||||
|
<macro name="author">
|
||||||
<macro name="author" >
|
<names variable="author composer collection-editor" delimiter=" ; ">
|
||||||
<names variable="author composer series-editor" delimiter=" ; ">
|
|
||||||
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
||||||
delimiter-precedes-last="always" font-variant="small-caps"/>
|
delimiter-precedes-last="always" font-variant="small-caps"/>
|
||||||
<label form="short" prefix=" (" suffix=".)"/>
|
<label form="short" prefix=" (" suffix=".)"/>
|
||||||
|
@ -58,7 +57,7 @@
|
||||||
<label form="short" prefix=" (" suffix=".)"/>
|
<label form="short" prefix=" (" suffix=".)"/>
|
||||||
</names>
|
</names>
|
||||||
</macro>
|
</macro>
|
||||||
<!--
|
<!--
|
||||||
<macro name="contributor">
|
<macro name="contributor">
|
||||||
<names variable="contributor " delimiter=" ; ">
|
<names variable="contributor " delimiter=" ; ">
|
||||||
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; "
|
||||||
|
@ -138,8 +137,8 @@
|
||||||
<text term="edition" form="short" plural="false"/>
|
<text term="edition" form="short" plural="false"/>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<!-- sadly "scale" doesnt seem to exist!?!?!?
|
<!-- sadly "scale" doesnt seem to exist!?!?!?
|
||||||
<macro name="scale">
|
<macro name="scale">
|
||||||
<group>
|
<group>
|
||||||
<text term="scale"/>
|
<text term="scale"/>
|
||||||
|
@ -173,7 +172,7 @@
|
||||||
</group>
|
</group>
|
||||||
</layout>
|
</layout>
|
||||||
</citation>
|
</citation>
|
||||||
|
|
||||||
<bibliography>
|
<bibliography>
|
||||||
<option name="hanging-indent" value="true"/>
|
<option name="hanging-indent" value="true"/>
|
||||||
<option name="et-al-min" value="9"/>
|
<option name="et-al-min" value="9"/>
|
||||||
|
@ -183,11 +182,11 @@
|
||||||
<key variable="issued"/>
|
<key variable="issued"/>
|
||||||
</sort>
|
</sort>
|
||||||
<layout>
|
<layout>
|
||||||
|
|
||||||
<group delimiter=" ; " suffix=": ">
|
<group delimiter=" ; " suffix=": ">
|
||||||
<text macro="author"/>
|
<text macro="author"/>
|
||||||
<text macro="editor"/>
|
<text macro="editor"/>
|
||||||
<!-- <text macro="contributor"/> -->
|
<!-- <text macro="contributor"/> -->
|
||||||
<text macro="translator"/>
|
<text macro="translator"/>
|
||||||
</group>
|
</group>
|
||||||
<choose>
|
<choose>
|
||||||
|
@ -206,7 +205,7 @@
|
||||||
</date>
|
</date>
|
||||||
<!-- " (1. Gesamttitel mit Zählung)"
|
<!-- " (1. Gesamttitel mit Zählung)"
|
||||||
" (2. Gesamttitel mit Zählung)" -->
|
" (2. Gesamttitel mit Zählung)" -->
|
||||||
<!-- <text prefix=" – " macro="scale"/> -->
|
<!-- <text prefix=" – " macro="scale"/> -->
|
||||||
<text prefix=". – " variable="note"/>
|
<text prefix=". – " variable="note"/>
|
||||||
<text prefix=" – ISBN " variable="ISBN"/>
|
<text prefix=" – ISBN " variable="ISBN"/>
|
||||||
</if>
|
</if>
|
||||||
|
@ -232,7 +231,8 @@
|
||||||
<text prefix=" – ISBN " variable="ISBN"/>
|
<text prefix=" – ISBN " variable="ISBN"/>
|
||||||
<group prefix=", ">
|
<group prefix=", ">
|
||||||
<label variable="page" form="short" include-period="false"
|
<label variable="page" form="short" include-period="false"
|
||||||
suffix=" "/> <!-- but it should be include-period="true"-->
|
suffix=" "/>
|
||||||
|
<!-- but it should be include-period="true"-->
|
||||||
<text variable="page"/>
|
<text variable="page"/>
|
||||||
</group>
|
</group>
|
||||||
</else-if>
|
</else-if>
|
||||||
|
@ -244,25 +244,26 @@
|
||||||
<text prefix=". " macro="edition"/>
|
<text prefix=". " macro="edition"/>
|
||||||
<text prefix=". " variable="publisher-place"/>
|
<text prefix=". " variable="publisher-place"/>
|
||||||
<text prefix=", " variable="publisher" form="long"/>
|
<text prefix=", " variable="publisher" form="long"/>
|
||||||
<!-- <text prefix=", " variable="faculty"/> -->
|
<!-- <text prefix=", " variable="faculty"/> -->
|
||||||
<text prefix=", " variable="genre" form="short"/>
|
<text prefix=", " variable="genre" form="short"/>
|
||||||
<date prefix=", " variable="issued">
|
<date prefix=", " variable="issued">
|
||||||
<date-part name="year"/>
|
<date-part name="year"/>
|
||||||
</date>
|
</date>
|
||||||
<text prefix=". – " variable="note"/>
|
<text prefix=". – " variable="note"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
|
|
||||||
<else-if type="webpage">
|
<else-if type="webpage">
|
||||||
<text prefix=" " macro="title" suffix=". " font-style="italic"/>
|
<text prefix=" " macro="title" suffix=". " font-style="italic"/>
|
||||||
<text prefix="URL " variable="URL" suffix=""/>
|
<text prefix="URL " variable="URL" suffix=""/>
|
||||||
<text prefix=". - " macro="access"/>
|
<text prefix=". - " macro="access"/>
|
||||||
<text prefix=". - " variable="container-title"/>
|
<text prefix=". - " variable="container-title"/>
|
||||||
<text prefix=". – " variable="note"/>
|
<text prefix=". – " variable="note"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
|
|
||||||
<!-- Tabelle 2 aus litverz.ps UND -->
|
<!-- Tabelle 2 aus litverz.ps UND -->
|
||||||
<!-- Tabelle 4 aus litverz.ps - Schriften von Tagungen, Konferenzen, Symposien, ...-->
|
<!-- Tabelle 4 aus litverz.ps - Schriften von Tagungen, Konferenzen, Symposien, ...-->
|
||||||
<else-if type=" article article-journal article-magazine article-newspaper" match="any">
|
<else-if type=" article article-journal article-magazine article-newspaper"
|
||||||
|
match="any">
|
||||||
<text prefix="" variable="title"/>
|
<text prefix="" variable="title"/>
|
||||||
<!-- " : Zusatz zum Sachtitel"
|
<!-- " : Zusatz zum Sachtitel"
|
||||||
". Angabe des Teils"
|
". Angabe des Teils"
|
||||||
|
@ -281,15 +282,16 @@
|
||||||
</date>
|
</date>
|
||||||
<text prefix=", Nr. " variable="issue"/>
|
<text prefix=", Nr. " variable="issue"/>
|
||||||
<group prefix=", ">
|
<group prefix=", ">
|
||||||
<label variable="page" form="short" include-period="false" suffix=" "/>
|
<label variable="page" form="short" include-period="false"
|
||||||
|
suffix=" "/>
|
||||||
<!-- but logically it should be include-period="true"-->
|
<!-- but logically it should be include-period="true"-->
|
||||||
<text variable="page"/>
|
<text variable="page"/>
|
||||||
</group>
|
</group>
|
||||||
<text prefix=". – " variable="note"/>
|
<text prefix=". – " variable="note"/>
|
||||||
<text prefix=" – ISBN " variable="ISBN"/>
|
<text prefix=" – ISBN " variable="ISBN"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
|
|
||||||
<!-- keiner der oben genannten fälle -->
|
<!-- keiner der oben genannten fälle -->
|
||||||
<else>
|
<else>
|
||||||
<group suffix=".">
|
<group suffix=".">
|
||||||
<text macro="title" prefix=" "/>
|
<text macro="title" prefix=" "/>
|
||||||
|
@ -304,10 +306,8 @@
|
||||||
<text variable="page" prefix=", "/>
|
<text variable="page" prefix=", "/>
|
||||||
</group>
|
</group>
|
||||||
</else>
|
</else>
|
||||||
|
|
||||||
|
|
||||||
</choose>
|
</choose>
|
||||||
|
|
||||||
</layout>
|
</layout>
|
||||||
</bibliography>
|
</bibliography>
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user