[TxMt] Re: Format bib file

Gildas Hamel gweltaz at ucsc.edu
Fri May 24 21:07:03 UTC 2013


* Skriv a reas Ross Ahmed (rossahmed at googlemail.com):
  |>  I have a .bib file with entries formatted like this:
  |>  
  |>  @Article{Calenge2006,   title = {The package adehabitat for the R software:
  |>           tool for the analysis of space and habitat use by animals},
  |>  journal = {Ecological Modelling},   volume = {197},   pages = {1035},   year
  |>  = {2006},   author = {C. Calenge}}
  |>  
 
 I would use regular expressions in Find and do 
 ,\s*
 to find the commas followed by repeat white space, 
 and replace with
 ,\n
 
 --gildas


More information about the textmate mailing list