<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>I have a .bib file with entries formatted like this:</div><div><br></div><div><div>@Article{Calenge2006,   title = {The package adehabitat for the R software: </div><div>         tool for the analysis of space and habitat use by animals},   journal = {Ecological Modelling},   volume = {197},   pages = {1035},   year = {2006},   author = {C. Calenge}}</div></div><div><br></div><div><br></div><div>Instead of manually clicking/hitting return, is there a more automated way to format the code. The result should be:</div><div><br></div><div><div>@Article{Calenge2006,   </div><div><span class="Apple-tab-span" style="white-space:pre">       </span>title = {The package adehabitat for the R software: tool for the analysis of space and habitat use by animals},   </div><div><span class="Apple-tab-span" style="white-space:pre">    </span>journal = {Ecological Modelling},   </div><div><span class="Apple-tab-span" style="white-space:pre">       </span>volume = {197},   </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>pages = {1035},   </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>year = {2006},   </div><div><span class="Apple-tab-span" style="white-space:pre">  </span>author = {C. Calenge}</div><div>}</div></div><div><br></div><div>Thanks</div><div>R</div><div><br></div></body></html>