Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

revert removing double spaces in some styles.

I'm deleting double spaces after checking in the following styles:
annalen-des-naturhistorischen-museums-in-wien.csl
canadian-journal-of-fisheries-and-aquatic-sciences.csl
genetics.csl
journal-of-forensic-sciences.csl
liverpool-laureate.csl
london-south-bank-university-numeric.csl
moorlands-college.csl
owbarth-verlag.csl
the-open-university-numeric.csl
the-open-university-numeric-superscript.csl

The following journals have a commented out macro--the macro itself is non-sensical, but if it's going to be useful the double space should be deleted, so taking those out too:
din-1505-2-alphanumeric.csl
din-1505-2.csl
din-1505-2-numeric-alphabetical.csl
din-1505-2-numeric.csl
fachhochschule-vorarlberg-alphanumeric.csl
(these are all commented out)
  • Loading branch information
adam3smith committed Sep 7, 2014
1 parent 5287ec9 commit 732f4287df19ee551013ab7c06d6f9f57e03e899
@@ -61,7 +61,7 @@
<key variable="issued"/>
</sort>
<layout suffix=".">
<group delimiter=". " prefix=" ">
<group delimiter=". " prefix=" ">
<text variable="citation-number" form="long"/>
<text macro="author"/>
<choose>
@@ -415,7 +415,7 @@
<group display="block">
<text macro="contributors"/>
</group>
<text macro="date" prefix=" " suffix=" "/>
<text macro="date" prefix=" " suffix=" "/>
<text macro="title"/>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
@@ -93,7 +93,7 @@
</citation>
<bibliography hanging-indent="true" line-spacing="2">
<sort>
<key macro="author-short"/>
<key macro="author-short" names-min="1" names-use-first="1"/>
<key variable="issued"/>
</sort>
<layout>
@@ -116,7 +116,7 @@
<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"/>
<label form="short" prefix=" (" suffix=".), " text-case="capitalize-first" strip-periods="true"/>
<label form="short" prefix=" (" suffix="), " text-case="capitalize-first"/>
</names>
<text variable="container-title" font-style="italic" prefix=" " suffix=","/>
<text variable="collection-title" prefix=" " suffix="."/>
@@ -130,7 +130,7 @@
</else-if>
<else>
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<group prefix=" " suffix=".">
@@ -398,7 +398,7 @@
<group display="block">
<text macro="contributors"/>
</group>
<text macro="date" suffix=" "/>
<text macro="date" suffix=" "/>
<text macro="title"/>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
@@ -364,7 +364,7 @@
<text macro="contributors"/>
</group>
<group display="indent">
<text macro="date1" suffix=" "/>
<text macro="date1" suffix=" "/>
<text macro="rest-of-bib"/>
</group>
</layout>
@@ -331,7 +331,7 @@
</group>
<group display="left-margin">
<text macro="year-date"/>
<text macro="title" prefix=" "/>
<text macro="title" prefix=" "/>
<text macro="description"/>
<text macro="secondary-contributors" prefix=". "/>
<text macro="container-title" prefix=". "/>

0 comments on commit 732f428

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