Skip to content
Permalink
Browse files

Remove empty prefixes and suffixes

  • Loading branch information...
rmzelle committed Nov 23, 2013
1 parent 192b8ca commit 41eec4a11d1eae723a1f742a13700f6ad85073b2
@@ -531,7 +531,7 @@
<text macro="secondary-contributors"/>
<text macro="container-title"/>
<!--Titulo da publicacao-->
<text variable="collection-title" prefix=": " suffix=""/>
<text variable="collection-title" prefix=": "/>
<text macro="locators"/>
<!--Dados complementares "pagina, volume"-->
<text macro="event"/>
@@ -343,7 +343,7 @@
<macro name="collection">
<choose>
<if type="motion_picture map entry-dictionary entry-encyclopedia book speech paper-conference chapter" match="any">
<group prefix=", " suffix="">
<group prefix=", ">
<group delimiter="">
<text variable="collection-title"/>
<text variable="collection-number" prefix="&#160;"/>
@@ -580,7 +580,7 @@
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="3" et-al-subsequent-min="3" et-al-subsequent-use-first="1">
<layout prefix="" suffix="." delimiter="&#160;; ">
<layout suffix="." delimiter="&#160;; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
@@ -630,7 +630,7 @@
<key macro="author"/>
<key variable="issued" sort="descending"/>
</sort>
<layout prefix="" suffix=".">
<layout suffix=".">
<text macro="author-bib"/>
<text macro="title"/>
<text macro="translator-bib"/>
@@ -39,7 +39,7 @@
<name delimiter=", ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" prefix=", " text-case="title" suffix=""/>
<label form="short" prefix=", " text-case="title"/>
</names>
</if>
</choose>
@@ -39,7 +39,7 @@
<name delimiter=", ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" prefix=", " text-case="title" suffix=""/>
<label form="short" prefix=", " text-case="title"/>
</names>
</if>
</choose>
@@ -106,7 +106,7 @@
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=".">
<group prefix=" In:" suffix="">
<group prefix=" In:">
<names variable="editor translator">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" "/>
<et-al font-style="italic"/>
@@ -86,7 +86,7 @@
<macro name="container-title">
<choose>
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
<group suffix="" delimiter=" ">
<group delimiter=" ">
<text variable="container-title" form="short"/>
<choose>
<if variable="URL">
@@ -97,7 +97,7 @@
<text macro="edition" prefix=" "/>
</if>
<else>
<text variable="container-title" suffix="" form="short"/>
<text variable="container-title" form="short"/>
</else>
</choose>
</macro>
@@ -148,7 +148,7 @@
<macro name="date">
<choose>
<if type="article-journal article-magazine article-newspaper book chapter" match="any">
<group suffix="" delimiter=" ">
<group delimiter=" ">
<date variable="issued" form="text"/>
<text macro="accessed-date"/>
</group>
@@ -174,7 +174,7 @@
<text variable="page" prefix=":" suffix=", "/>
</if>
<else-if type="book chapter" match="any">
<group delimiter=" " suffix="">
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
@@ -224,7 +224,7 @@
<text macro="author"/>
<text macro="title"/>
</group>
<group delimiter=" " suffix="">
<group delimiter=" ">
<text macro="editor"/>
<text macro="container-title"/>
<text macro="publisher"/>
@@ -237,7 +237,7 @@
<else-if type="webpage post-weblog" match="any">
<group delimiter=" " font-style="normal">
<text value="consulté le" suffix=" " prefix=" "/>
<date variable="accessed" form="text" suffix="">
<date variable="accessed" form="text">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
@@ -336,7 +336,7 @@
<key macro="author-bib" names-min="3" names-use-first="3"/>
<key variable="issued" sort="descending"/>
</sort>
<layout prefix="" suffix=".">
<layout suffix=".">
<choose>
<if type="manuscript">
<group delimiter=", ">
@@ -274,7 +274,7 @@
<else-if type="webpage post-weblog" match="any">
<group delimiter=" " prefix="(" suffix=")">
<text value="consulté le" suffix=" " prefix=" "/>
<date variable="accessed" form="text" suffix="">
<date variable="accessed" form="text">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
@@ -356,7 +356,7 @@
<else-if type="webpage post-weblog" match="any">
<group delimiter=" " font-style="normal">
<text value="consulté le" suffix=" " prefix=" "/>
<date variable="accessed" form="text" suffix="">
<date variable="accessed" form="text">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
@@ -426,7 +426,7 @@
<text variable="collection-title" quotes="true" prefix=" (coll.&#160;" suffix=")"/>
</macro>
<citation et-al-min="4">
<layout prefix="" suffix="." delimiter="&#160;; ">
<layout suffix="." delimiter="&#160;; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
@@ -485,7 +485,7 @@
<key macro="author" names-min="3" names-use-first="3"/>
<key variable="issued" sort="descending"/>
</sort>
<layout prefix="" suffix=".">
<layout suffix=".">
<choose>
<if type="manuscript">
<group delimiter=", ">
@@ -965,7 +965,7 @@
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
<layout suffix="" delimiter="; ">
<layout delimiter="; ">
<choose>
<if position="subsequent">
<group delimiter=", ">
@@ -60,13 +60,13 @@
<names variable="editor">
<name sort-separator=", "/>
<et-al font-style="italic"/>
<label form="short" prefix=",&#160;" suffix=""/>
<label form="short" prefix=",&#160;"/>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name sort-separator=", " form="short"/>
<label form="short" prefix=", " suffix=""/>
<label form="short" prefix=", "/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
@@ -115,7 +115,7 @@
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=".">
<group prefix=" In:" suffix="">
<group prefix=" In:">
<names variable="editor translator" delimiter=", " prefix=" ">
<name suffix="," delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" text-case="lowercase" strip-periods="true" prefix=" " suffix="."/>
@@ -97,8 +97,8 @@
<macro name="publisher">
<choose>
<if type="thesis" match="none">
<group prefix="" suffix="" delimiter=", ">
<text variable="publisher" suffix=""/>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
<text variable="genre" prefix=". "/>
@@ -211,7 +211,7 @@
<text macro="edition"/>
<text macro="editor" suffix="."/>
</group>
<group prefix=" " suffix="" delimiter=", ">
<group prefix=" " delimiter=", ">
<text macro="publisher"/>
<text variable="page" prefix=" " suffix="pp."/>
</group>

0 comments on commit 41eec4a

Please sign in to comment.
You can’t perform that action at this time.