Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Dec 8, 2015
1 parent 5baf643 commit 5035a61
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions emerald-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<names variable="translator"/>
<choose>
<if type="article-magazine article-newspaper entry entry-dictionary entry-encyclopedia" match="any">
<text variable="container-title" font-style="italic"/>
<text variable="container-title" font-style="italic"/>
</if>
</choose>
<text macro="title"/>
Expand All @@ -81,7 +81,7 @@
<names variable="translator"/>
<choose>
<if type="article-magazine article-newspaper entry entry-dictionary entry-encyclopedia" match="any">
<text variable="container-title" font-style="italic"/>
<text variable="container-title" font-style="italic"/>
</if>
</choose>
<choose>
Expand Down Expand Up @@ -142,8 +142,8 @@
</group>
</if>
<else-if type="manuscript" match="any">
<text variable="title" quotes="true"/>
<group prefix=", ">
<text variable="title" quotes="true"/>
<group prefix=", ">
<text variable="genre"/>
<text variable="number"/>
</group>
Expand Down Expand Up @@ -223,14 +223,14 @@
</choose>
</macro>
<macro name="periodical-date">
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
</date>
</if>
</choose>
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
</date>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
Expand Down Expand Up @@ -264,15 +264,15 @@
<text macro="edition"/>
<group>
<choose>
<if variable="volume" match="any">
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<if variable="volume" match="any">
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</if>
<else>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1-"/>
</else>
</choose>
</choose>
</group>
</group>
</else-if>
Expand Down Expand Up @@ -314,7 +314,7 @@
<text variable="container-title" font-style="italic" text-case="title"/>
</group>
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<text macro="locators"/>
</if>
</choose>
Expand All @@ -324,7 +324,7 @@
<text macro="publisher"/>
<text macro="periodical-date"/>
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<if type="article-journal article-magazine article-newspaper" match="any">
<text macro="locators"/>
</if>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
Expand Down

0 comments on commit 5035a61

Please sign in to comment.