Spacing between number and Authors

I have been modifying Nature code for a research proposal, here you have part of the bibliography code:
<bibliography et-al-min="6" et-al-use-first="5" entry-spacing="0">
<layout>
<text variable="citation-number" suffix="."/>
<group suffix=".">
<text macro="author" suffix="."/>
<date prefix="" suffix=". " variable="issued">
<date-part name="year"/>
</date>
<text macro="title" suffix="."/>
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" form="long" plural="false"/>
</if>
</choose>
<text variable="container-title" form="short" prefix=" " suffix=". "/>
<text macro="editor"/>
<text macro="issuance"/>
<text macro="access"/>
</group>
</layout>
</bibliography>

when I put citation in the refernce list appear in this way:
1. EC. Communication COM (2011) 398 final. Proposal for a Council Regulation laying down the multiannual financial framework for the years 2014-2020. 20. Available at: http://eur–lex.europa.eu/Result.do?T1=V5&T2=2011&T3=398&RechType=RECH_naturel&Submit=Search (2011).

while I would like to appear as follows:
1. EC. Communication COM (2011) 398 final. Proposal for a Council Regulation laying down the multiannual financial framework for the years 2014-2020. 20. Available at: http://eur–lex.europa.eu/Result.do?T1=V5&T2=2011&T3=398&RechType=RECH_naturel&Submit=Search (2011).
Could you give me any hint to solve this issue, please? I would like to thank you a lot for the help and collaboration.


Bye
  • I can't see the formatting on the forum, but my guess is that you want to include
    second-field-align="flush"
    in the line starting with <bibliography...
Sign In or Register to comment.