Skip to content

Commit

Permalink
move citation number outside first field (JabRef#5499)
Browse files Browse the repository at this point in the history
In the bibliography layout, citation-number was inside the first group (field). This made second-field-align="flush" mess up the layout.
  • Loading branch information
JohannesNE committed Jun 11, 2021
1 parent b08e5d7 commit 9e97809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acta-anaesthesiologica-scandinavica.csl
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
</citation>
<bibliography second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<group delimiter=". " suffix=". ">
<text variable="citation-number"/>
<text macro="author"/>
<text macro="title"/>
</group>
Expand Down

0 comments on commit 9e97809

Please sign in to comment.