corrected metadata, corrected pretty-printing
This commit is contained in:
parent
22e09b644b
commit
fa5c153daa
|
@ -1,3 +1,5 @@
|
|||
<?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="note" xml:lang="en">
|
||||
<info>
|
||||
<title>Chicago Manual of Style (Note without Bibliography)</title>
|
||||
|
@ -18,8 +20,8 @@
|
|||
</contributor>
|
||||
<summary>Chicago format with full notes and no bibliography</summary>
|
||||
<category term="generic-base"/>
|
||||
<category term="numeric"/>
|
||||
<updated></updated>
|
||||
<category term="note"/>
|
||||
<updated/>
|
||||
</info>
|
||||
<macro name="editor-translator">
|
||||
<names variable="editor translator" delimiter=", ">
|
||||
|
@ -39,8 +41,7 @@
|
|||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name and="text" sort-separator=", "
|
||||
delimiter=", "/>
|
||||
<name and="text" sort-separator=", " delimiter=", "/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
|
@ -50,8 +51,7 @@
|
|||
</macro>
|
||||
<macro name="author-full">
|
||||
<names variable="author">
|
||||
<name and="text" sort-separator=", "
|
||||
delimiter=", "/>
|
||||
<name and="text" sort-separator=", " delimiter=", "/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
|
@ -61,7 +61,7 @@
|
|||
</macro>
|
||||
<macro name="author-short">
|
||||
<names variable="author">
|
||||
<name form="short" and="text" delimiter=", " />
|
||||
<name form="short" and="text" delimiter=", "/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<macro name="recipient-short">
|
||||
<names variable="recipient">
|
||||
<label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
|
||||
<name form="short" and="text" delimiter=", " />
|
||||
<name form="short" and="text" delimiter=", "/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="interviewer">
|
||||
|
@ -141,10 +141,8 @@
|
|||
<text macro="interviewer"/>
|
||||
<text variable="medium"/>
|
||||
<choose>
|
||||
<if variable="title" match="none">
|
||||
</if>
|
||||
<else-if type="thesis paper-conference" match="any">
|
||||
</else-if>
|
||||
<if variable="title" match="none"> </if>
|
||||
<else-if type="thesis paper-conference" match="any"> </else-if>
|
||||
<else>
|
||||
<text variable="genre"/>
|
||||
</else>
|
||||
|
@ -199,8 +197,7 @@
|
|||
<group prefix=" (" suffix=")" delimiter=", ">
|
||||
<group delimiter=" ">
|
||||
<choose>
|
||||
<if variable="title" match="none">
|
||||
</if>
|
||||
<if variable="title" match="none"> </if>
|
||||
<else-if type="thesis paper-conference" match="any">
|
||||
<text variable="genre"/>
|
||||
</else-if>
|
||||
|
@ -287,7 +284,8 @@
|
|||
<if type="graphic report" match="any">
|
||||
<text macro="archive"/>
|
||||
</if>
|
||||
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
||||
<else-if type="book thesis chapter article-journal article-newspaper article-magazine"
|
||||
match="none">
|
||||
<text macro="archive"/>
|
||||
</else-if>
|
||||
</choose>
|
||||
|
|
Loading…
Reference in New Issue
Block a user