Skip to content

Commit de989c9

Browse files
committed
Add locator support to alphanumeric style
1 parent a9d855b commit de989c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

styles/alphanumeric.csl

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
<key variable="issued" />
2323
</sort>
2424
<layout prefix="[" suffix="]" delimiter=", ">
25-
<text variable="citation-label" />
26-
<text variable="year-suffix" />
25+
<group delimiter=", ">
26+
<text variable="citation-label"/>
27+
<text variable="year-suffix"/>
28+
<text variable="locator" prefix=" " />
29+
</group>
2730
</layout>
2831
</citation>
29-
</style>
32+
</style>

0 commit comments

Comments
 (0)