Skip to content

Commit

Permalink
Updates to page-first variable instead of page where comments ind…
Browse files Browse the repository at this point in the history
…icate it should be changed when Zotero supports it, which it has for more than a year.
  • Loading branch information
cparnot committed Feb 29, 2012
1 parent eaae00b commit a1ef029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions advanced-engineering-materials.csl
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
</group>
<text macro="publisher"/>
<group delimiter=" ">
<!-- TODO: Change to page-first when Zotero supports it -->
<text variable="page"/>
<text variable="page-first"/>
</group>
</group>
</else-if>
Expand All @@ -109,8 +108,7 @@
<group delimiter=", ">
<text macro="year-date"/>
<text variable="volume" font-style="italic"/>
<!-- TODO: Change to page-first when Zotero supports it -->
<text variable="page" form="short"/>
<text variable="page-first" form="short"/>
</group>
</group>
</else>
Expand Down
3 changes: 1 addition & 2 deletions american-physics-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@
<group delimiter=", ">
<text variable="volume" font-weight="bold"/>
<group delimiter=" ">
<!-- TODO: Change to page-first when Zotero supports it -->
<text variable="page" form="short"/>
<text variable="page-first" form="short"/>
<text macro="year-date" prefix="(" suffix=")"/>
</group>
</group>
Expand Down
3 changes: 1 addition & 2 deletions elsevier-without-titles.csl
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@
<text variable="container-title" form="short" text-case="title"/>
<text variable="volume"/>
<text macro="year-date" prefix="(" suffix=")"/>
<!-- TODO: Change to page-first when Zotero supports it -->
<text variable="page" form="short"/>
<text variable="page-first" form="short"/>
</group>
</else>
</choose>
Expand Down

0 comments on commit a1ef029

Please sign in to comment.