Skip to content
Permalink
Browse files

Delete adjacent space in remaining cases

  • Loading branch information...
zuphilip committed Jan 18, 2015
1 parent ac17863 commit 70523875e16264752c85363d03a82e1c41870c45
@@ -212,11 +212,15 @@
</choose>
</else-if>
<else>
<text variable="container-title" suffix=" " form="short" font-style="italic"/>
<text variable="volume"/>
<text variable="publisher" suffix="."/>
<text variable="page" prefix=": " suffix=", "/>
<text macro="date" prefix=" " suffix="."/>
<group delimiter=" ">
<text variable="container-title" form="short" font-style="italic"/>
<text variable="volume"/>
<text variable="publisher"/>
</group>
<group delimiter=", " prefix=": " suffix=".">
<text variable="page"/>
<text macro="date"/>
</group>
</else>
</choose>
<text macro="access"/>
@@ -167,24 +167,24 @@
<else>
<choose>
<if type="webpage">
<group delimiter=" ">
<group delimiter=" " suffix=".">
<group>
<date variable="accessed" suffix=" ">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix=" tarihinde "/>
</date>
</group>
<text variable="URL" suffix=" "/>
<text term="from" prefix=" "/>
<text term="retrieved" prefix=" " suffix="."/>
<text variable="URL"/>
<text term="from"/>
<text term="retrieved"/>
</group>
</if>
<else>
<group delimiter=" ">
<text variable="URL" suffix=" "/>
<text term="from" prefix=" "/>
<text term="retrieved" prefix=" " suffix="."/>
<group delimiter=" " suffix=".">
<text variable="URL"/>
<text term="from"/>
<text term="retrieved"/>
</group>
</else>
</choose>
@@ -397,9 +397,9 @@
</else-if>
<else-if match="any" type="book chapter">
<group delimiter=", ">
<group>
<text variable="volume" suffix=" v. "/>
<text variable="page" prefix=" p. " suffix=". "/>
<group delimiter=" " suffix=". ">
<text variable="volume" suffix=" v."/>
<text variable="page" prefix="p. "/>
</group>
</group>
</else-if>
@@ -585,10 +585,12 @@
<group delimiter=". ">
<text macro="publisher"/>
</group>
<text macro="issued" prefix=", " suffix=". "/>
<text variable="volume" prefix=" v. " suffix=". "/>
<text variable="page" prefix="p. " suffix="."/>
<text macro="access" prefix=" " suffix="."/>
<group delimiter=". " prefix=", " suffix=".">
<text macro="issued"/>
<text variable="volume" prefix="v. "/>
<text variable="page" prefix="p. "/>
<text macro="access"/>
</group>
</else-if>
<else>
<text macro="author" suffix=". "/>
@@ -584,10 +584,12 @@
<group delimiter=". ">
<text macro="publisher"/>
</group>
<text macro="issued" prefix=", " suffix=". "/>
<text variable="volume" prefix=" v. " suffix=". "/>
<text variable="page" prefix="p. " suffix="."/>
<text macro="access" prefix=" " suffix="."/>
<group delimiter=". " prefix=", " suffix=".">
<text macro="issued"/>
<text variable="volume" prefix="v. "/>
<text variable="page" prefix="p. "/>
<text macro="access"/>
</group>
</else-if>
<else>
<text macro="author" suffix=". "/>
@@ -219,7 +219,7 @@
<text macro="pages"/>
</group>
</group>
<text macro="report-details" suffix=". "/>
<text macro="report-details" suffix="."/>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
@@ -100,8 +100,8 @@
</if>
<else-if variable="URL">
<text value="URL"/>
<group delimiter=" " prefix=" (consulted" suffix="): ">
<date variable="accessed" prefix=" " delimiter=" ">
<group>
<date variable="accessed" delimiter=" " prefix=" (consulted " suffix="): ">
<date-part name="month" form="long"/>
<date-part name="year"/>
</date>
@@ -114,8 +114,8 @@
</else-if>
<else-if variable="URL">
<text value="URL "/>
<group delimiter=" " prefix=" (consulted" suffix="): ">
<date variable="accessed" prefix=" " delimiter=" ">
<group>
<date variable="accessed" delimiter=" " prefix=" (consulted " suffix="): ">
<date-part name="month" form="long"/>
<date-part name="year"/>
</date>
@@ -20,7 +20,7 @@
<if type="chapter paper-conference" match="any">
<text value="In " font-style="italic"/>
<text variable="container-title" suffix=". "/>
<names variable="container-author" delimiter=", " prefix=" (" suffix=")">
<names variable="container-author" delimiter=", " prefix="(" suffix=")">
<name sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="never" and="symbol">
<name-part name="given" text-case="capitalize-first"/>
<name-part name="family" text-case="capitalize-first"/>
@@ -179,8 +179,8 @@
</group>
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", " suffix=". ">
<text macro="title" prefix=" "/>
<group delimiter=", " prefix=" " suffix=". ">
<text macro="title"/>
<text macro="edition"/>
<text macro="editor" text-case="title"/>
</group>
@@ -62,9 +62,11 @@
<text macro="title"/>
<choose>
<if type="thesis">
<text variable="genre" suffix=", "/>
<text variable="publisher" suffix=", "/>
<text variable="page" prefix=" p "/>
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="page" prefix="p "/>
</group>
</if>
<else-if type="book">
<text variable="publisher" suffix=", "/>
@@ -83,10 +83,10 @@
<macro name="access">
<choose>
<if type="thesis" variable="archive" match="all">
<group>
<text term="available at" suffix=": "/>
<text variable="archive" suffix=". "/>
<text variable="archive_location" prefix=" (" suffix=")"/>
<group delimiter=" ">
<text term="available at" suffix=":"/>
<text variable="archive" suffix="."/>
<text variable="archive_location" prefix="(" suffix=")"/>
</group>
</if>
<else>
@@ -208,9 +208,11 @@
<text macro="title" suffix=". "/>
<choose>
<if type="thesis">
<text variable="genre" suffix=". "/>
<text macro="publisher" prefix=" "/>
<text variable="number-of-pages" suffix=" p."/>
<group delimiter=" ">
<text variable="genre" suffix="."/>
<text macro="publisher"/>
<text variable="number-of-pages" suffix=" p."/>
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition"/>
@@ -208,9 +208,11 @@
<text macro="title" suffix=". "/>
<choose>
<if type="thesis">
<text variable="genre" suffix=". "/>
<text macro="publisher" prefix=" "/>
<text variable="number-of-pages" suffix=" p."/>
<group delimiter=" ">
<text variable="genre" suffix="."/>
<text macro="publisher"/>
<text variable="number-of-pages" suffix=" p."/>
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition"/>
@@ -190,13 +190,13 @@
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=", ">
<group delimiter=" " prefix=", ">
<text term="in"/>
<text macro="editor" prefix=" " suffix=", "/>
<text variable="container-title" font-style="italic" prefix=" " suffix=","/>
<text variable="collection-title" prefix=" " suffix=","/>
<group delimiter=", ">
<text macro="publisher" prefix=" "/>
<text macro="editor"/>
<text variable="container-title" font-style="italic"/>
<text variable="collection-title"/>
<text macro="publisher"/>
<text macro="pages"/>
</group>
</group>
@@ -148,7 +148,7 @@
<text macro="editor"/>
<text variable="container-title"/>
</group>
<text macro="publisher" prefix=" " suffix=" "/>
<text macro="publisher" prefix=" "/>
<text variable="page" prefix=" p. " suffix="."/>
</else-if>
<else>
@@ -421,7 +421,7 @@
<text macro="translator" suffix=", "/>
<text macro="editor" suffix=", "/>
<text variable="container-title" font-style="italic" suffix=", "/>
<text variable="collection-title" prefix=" ser. " suffix=", "/>
<text variable="collection-title" prefix="ser. " suffix=", "/>
<text macro="collection-editor" prefix="edit. ser. " suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="isbn" suffix=", "/>
@@ -440,7 +440,7 @@
<text macro="title" prefix="¨" suffix="¨, "/>
<text macro="online" font-style="italic"/>
<text variable="event" prefix="En: " suffix=", " font-style="italic"/>
<text variable="collection-title" prefix=" ser. " suffix=", "/>
<text variable="collection-title" prefix="ser. " suffix=", "/>
<text macro="isbn" suffix=", "/>
<text macro="doi" suffix=", "/>
<text macro="page" prefix="pp. " suffix=", "/>
@@ -525,7 +525,7 @@
<text macro="title" prefix="¨" suffix="¨, "/>
<text macro="online" font-style="italic"/>
<text variable="container-title" font-style="italic" suffix=", "/>
<text variable="collection-title" prefix=" ser. " suffix=", "/>
<text variable="collection-title" prefix="ser. " suffix=", "/>
<text variable="event" prefix="En: " suffix=", "/>
<text macro="medium" suffix=", "/>
<text macro="genre" suffix=", "/>
@@ -221,9 +221,9 @@
<else>
<text variable="container-title" suffix=" " form="short" font-style="italic"/>
<text variable="volume"/>
<text variable="publisher" suffix="."/>
<text variable="publisher"/>
<text variable="page" prefix=": " suffix=", "/>
<text macro="date" prefix=" " suffix="."/>
<text macro="date" suffix="."/>
</else>
</choose>
<text macro="access"/>
@@ -205,9 +205,9 @@
<group suffix=".">
<choose>
<if variable="author editor" match="none">
<text macro="title"/>
<text macro="year-date" prefix=", " suffix=" "/>
<text macro="place" prefix=" "/>
<text macro="title" suffix=", "/>
<text macro="year-date" suffix=" "/>
<text macro="place"/>
</if>
<else>
<text macro="author" suffix=" "/>
@@ -147,12 +147,12 @@
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="."/>
<group prefix=" ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<text macro="editor" prefix=" " suffix=" "/>
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
<text variable="collection-title" prefix=" " suffix="."/>
<text term="in" text-case="capitalize-first" suffix=": "/>
<text macro="editor" suffix=" "/>
<text variable="container-title" font-style="italic" suffix=". "/>
<text variable="collection-title" suffix=". "/>
<group suffix="." delimiter=", ">
<text macro="publisher" prefix=" "/>
<text macro="publisher"/>
<text macro="year-date"/>
<text macro="pages"/>
</group>

0 comments on commit 7052387

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