Josef Karthauser writes:
> On another note, the version of refdbib I'm running appears to write
> duplicate entries to the bib file for things that are cited more than
> once. Can this be prevented?
>
The simplest way to avoid this is to run runbib instead of
refdbib. runbib preprocesses the aux file to avoid duplicates. If you
need to do this manually, use something like:
sort file.aux | uniq | refdbib [options] > bib.bib
regards,
Markus
--
Markus Hoenicka
markus.hoenicka@xxxxxxx
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|