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=" ; "
|
||||||
|
@ -139,7 +138,7 @@
|
||||||
</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"/>
|
||||||
|
@ -187,7 +186,7 @@
|
||||||
<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>
|
||||||
|
@ -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,7 +244,7 @@
|
||||||
<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"/>
|
||||||
|
@ -262,7 +262,8 @@
|
||||||
|
|
||||||
<!-- 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,7 +282,8 @@
|
||||||
</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>
|
||||||
|
@ -304,8 +306,6 @@
|
||||||
<text variable="page" prefix=", "/>
|
<text variable="page" prefix=", "/>
|
||||||
</group>
|
</group>
|
||||||
</else>
|
</else>
|
||||||
|
|
||||||
|
|
||||||
</choose>
|
</choose>
|
||||||
|
|
||||||
</layout>
|
</layout>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user