Made MLA w/italics the default MLA; moved old version to MLA (underline)
This commit is contained in:
parent
cee5e9aae6
commit
b67a636c95
|
@ -1,17 +1,14 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?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>Modern Language Association (italic)</title>
|
<title>Modern Language Association (underline)</title>
|
||||||
<id>http://www.zotero.org/styles/mla-italic</id>
|
<id>http://www.zotero.org/styles/mla-underline</id>
|
||||||
<link href="http://www.zotero.org/styles/mla"/>
|
<link href="http://www.zotero.org/styles/mla-underline"/>
|
||||||
<author>
|
<author>
|
||||||
<name>Simon Kornblith</name>
|
<name>Simon Kornblith</name>
|
||||||
<email>simon@simonster.com</email>
|
<email>simon@simonster.com</email>
|
||||||
</author>
|
</author>
|
||||||
<contributor>
|
|
||||||
<name> modified by Christian Werthschulte</name>
|
|
||||||
<email>Christian.Werthschulte@rub.de</email>
|
|
||||||
</contributor>
|
|
||||||
<category term="generic-base"/>
|
<category term="generic-base"/>
|
||||||
<category term="author-date"/>
|
<category term="author-date"/>
|
||||||
<updated></updated>
|
<updated></updated>
|
||||||
|
@ -47,9 +44,9 @@
|
||||||
<macro name="access">
|
<macro name="access">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<date variable="accessed">
|
<date variable="accessed">
|
||||||
<date-part name="day" suffix=" "/>
|
<date-part name="day" suffix=" "/>
|
||||||
<date-part name="month" form="short" include-period="true" suffix=" "/>
|
<date-part name="month" form="short" include-period="true" suffix=" "/>
|
||||||
<date-part name="year"/>
|
<date-part name="year"/>
|
||||||
</date>
|
</date>
|
||||||
<text variable="URL" prefix="<" suffix=">"/>
|
<text variable="URL" prefix="<" suffix=">"/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -57,7 +54,7 @@
|
||||||
<macro name="title">
|
<macro name="title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" font-style="italic"/>
|
<text variable="title" text-decoration="underline"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" quotes="true"/>
|
<text variable="title" quotes="true"/>
|
||||||
|
@ -67,7 +64,7 @@
|
||||||
<macro name="title-short">
|
<macro name="title-short">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" form="short" font-style="italic"/>
|
<text variable="title" form="short" text-decoration="underline"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" form="short" quotes="true"/>
|
<text variable="title" form="short" quotes="true"/>
|
||||||
|
@ -95,12 +92,12 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="author editor translator" match="any">
|
<if variable="author editor translator" match="any">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="author-short"/>
|
<text macro="author-short"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if disambiguate="true">
|
<if disambiguate="true">
|
||||||
<text macro="title-short"/>
|
<text macro="title-short"/>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
|
@ -131,7 +128,7 @@
|
||||||
</if>
|
</if>
|
||||||
<else-if type="chapter">
|
<else-if type="chapter">
|
||||||
<group class="container">
|
<group class="container">
|
||||||
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
|
<text variable="container-title" text-decoration="underline" prefix=" " suffix="."/>
|
||||||
<text macro="editor-translator" prefix=" " suffix="."/>
|
<text macro="editor-translator" prefix=" " suffix="."/>
|
||||||
<text macro="publisher-year" prefix=" " suffix="."/>
|
<text macro="publisher-year" prefix=" " suffix="."/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -141,7 +138,7 @@
|
||||||
<group class="container" prefix=" " suffix="." delimiter=": ">
|
<group class="container" prefix=" " suffix="." delimiter=": ">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<text macro="editor-translator" suffix="."/>
|
<text macro="editor-translator" suffix="."/>
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" text-decoration="underline"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="article-journal">
|
<if type="article-journal">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
31
csl/mla.csl
31
csl/mla.csl
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?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>Modern Language Association</title>
|
<title>Modern Language Association</title>
|
||||||
|
@ -9,6 +8,10 @@
|
||||||
<name>Simon Kornblith</name>
|
<name>Simon Kornblith</name>
|
||||||
<email>simon@simonster.com</email>
|
<email>simon@simonster.com</email>
|
||||||
</author>
|
</author>
|
||||||
|
<contributor>
|
||||||
|
<name> modified by Christian Werthschulte</name>
|
||||||
|
<email>Christian.Werthschulte@rub.de</email>
|
||||||
|
</contributor>
|
||||||
<category term="generic-base"/>
|
<category term="generic-base"/>
|
||||||
<category term="author-date"/>
|
<category term="author-date"/>
|
||||||
<updated></updated>
|
<updated></updated>
|
||||||
|
@ -44,9 +47,9 @@
|
||||||
<macro name="access">
|
<macro name="access">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<date variable="accessed">
|
<date variable="accessed">
|
||||||
<date-part name="day" suffix=" "/>
|
<date-part name="day" suffix=" "/>
|
||||||
<date-part name="month" form="short" include-period="true" suffix=" "/>
|
<date-part name="month" form="short" include-period="true" suffix=" "/>
|
||||||
<date-part name="year"/>
|
<date-part name="year"/>
|
||||||
</date>
|
</date>
|
||||||
<text variable="URL" prefix="<" suffix=">"/>
|
<text variable="URL" prefix="<" suffix=">"/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -54,7 +57,7 @@
|
||||||
<macro name="title">
|
<macro name="title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" text-decoration="underline"/>
|
<text variable="title" font-style="italic"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" quotes="true"/>
|
<text variable="title" quotes="true"/>
|
||||||
|
@ -64,7 +67,7 @@
|
||||||
<macro name="title-short">
|
<macro name="title-short">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" form="short" text-decoration="underline"/>
|
<text variable="title" form="short" font-style="italic"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" form="short" quotes="true"/>
|
<text variable="title" form="short" quotes="true"/>
|
||||||
|
@ -92,12 +95,12 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="author editor translator" match="any">
|
<if variable="author editor translator" match="any">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="author-short"/>
|
<text macro="author-short"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if disambiguate="true">
|
<if disambiguate="true">
|
||||||
<text macro="title-short"/>
|
<text macro="title-short"/>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
|
@ -128,7 +131,7 @@
|
||||||
</if>
|
</if>
|
||||||
<else-if type="chapter">
|
<else-if type="chapter">
|
||||||
<group class="container">
|
<group class="container">
|
||||||
<text variable="container-title" text-decoration="underline" prefix=" " suffix="."/>
|
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
|
||||||
<text macro="editor-translator" prefix=" " suffix="."/>
|
<text macro="editor-translator" prefix=" " suffix="."/>
|
||||||
<text macro="publisher-year" prefix=" " suffix="."/>
|
<text macro="publisher-year" prefix=" " suffix="."/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -138,7 +141,7 @@
|
||||||
<group class="container" prefix=" " suffix="." delimiter=": ">
|
<group class="container" prefix=" " suffix="." delimiter=": ">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<text macro="editor-translator" suffix="."/>
|
<text macro="editor-translator" suffix="."/>
|
||||||
<text variable="container-title" text-decoration="underline"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="article-journal">
|
<if type="article-journal">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user