Bibliography alignment

I am unable to edit the CSL file for a citation style so that the bibliography is aligned to be "justified" as opposed to left aligned.

Any suggestions appreciated.
The code for the bibliography is below:

</citation> <bibliography hanging-indent="true" et-al-min="8" et-al-use-first="6" et-al-use-last="true" align="justified" entry-spacing="0" line-spacing="1.5">
<sort>
<key macro="author"/>
<key macro="issued-sort" sort="ascending"/>
<key macro="title"/>
</sort>
<layout>
<group suffix=".">
<group delimiter=". ">
<text macro="author"/>
<text macro="issued"/>
<text macro="title" prefix=" "/>
<text macro="container"/>
</group>
<text macro="locators"/>
<group delimiter=", " prefix=". ">
<text macro="event"/>
<text macro="publisher"/>
</group>
</group>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
  • there is no setting for justified bibliographies in CSL. I'd recommend setting it up in your word processor (you can edit the "bibliography" style), though I'd also question why you would ever want to do something like that. Justifying something that's at best 3 lines long is a terrible idea.
Sign In or Register to comment.