Skip to content

Commit

Permalink
fix small issues after visual inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Sep 24, 2022
1 parent a356e72 commit 479c061
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions gnosis-journal-of-gnostic-studies.csl
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,10 @@
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="book chapter paper-conference" match="any">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher-place"/>
</group>
</if>
<else>
<group delimiter=", " prefix=", ">
<text variable="publisher-place"/>
</group>
</else>
</choose>
</macro>
<macro name="year-date">
<date date-parts="year" form="numeric" variable="issued"/>
Expand Down Expand Up @@ -118,36 +109,36 @@
<key variable="title"/>
</sort>
<layout suffix=".">
<group delimiter=". " suffix=".">
<group delimiter=". ">
<text macro="author"/>
<date variable="issued">
<date-part name="year"/>
</date>
<text macro="title" suffix="."/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=". " prefix=" ">
<group delimiter=". ">
<text macro="edition"/>
<text macro="editor" suffix="."/>
<text macro="editor"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<group delimiter=" ">
<label text-case="capitalize-first" variable="page"/>
<label variable="page" text-case="capitalize-first"/>
<text variable="page"/>
<text term="in" prefix=" "/>
<text term="in"/>
<text variable="container-title" font-style="italic"/>
</group>
<text macro="editor" suffix="."/>
<text macro="edition"/>
<text variable="collection-title"/>
<text macro="publisher" prefix=" "/>
<text macro="publisher"/>
</group>
</else-if>
<else>
<group delimiter=" " prefix=" ">
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
<group delimiter=":">
<text variable="volume"/>
Expand Down

0 comments on commit 479c061

Please sign in to comment.