AMA brackets and alphabetical order
Hi,
I would like to use the style "American Medical Association 11th edition (sorted alphabetically)" but with brackets instead of superscript. I tried to edit it by myself but I didn't find the right way to do it.
Any help?
Regards
I would like to use the style "American Medical Association 11th edition (sorted alphabetically)" but with brackets instead of superscript. I tried to edit it by myself but I didn't find the right way to do it.
Any help?
Regards
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," prefix="[" suffix="]">
<text variable="citation-number"/>
<group prefix=", ">
<label variable="locator" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</layout>
</citation>
(sorting by citation number may seem unintuitive, but the alphabetical sorting happens in the bibliography; here it just prevents [3, 1])