Skip to content

Commit

Permalink
fix "chapter" locator for APA
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Nov 14, 2012
1 parent cde444e commit f2db984
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apa.csl
Expand Up @@ -352,7 +352,14 @@
</macro>
<macro name="citation-locator">
<group>
<label variable="locator" form="short"/>
<choose>
<if locator="chapter">
<label variable="locator" form="long" text-case="capitalize-first"/>
</if>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
<text variable="locator" prefix=" "/>
</group>
</macro>
Expand Down

0 comments on commit f2db984

Please sign in to comment.