[Refdb-users] Producing modified bibtex output.
Status: Beta
Brought to you by:
mhoenicka
|
From: Josef K. <jo...@ta...> - 2007-07-13 00:31:43
|
Having trouble understanding how to create a custom bibtex file using
refdb.
At the moment I'm running:
runbib -d joe -S bibtex-abbrev -t bibtex out
which creates out.bib:
@ARTICLE{ Burd1988,
YEAR = {1988},
AUTHOR = {Burd, A. B. and Barrow, J. D.},
TITLE = {Inflationary Models with Exponential Potentials},
JOURNAL = {Nucl.Phys.B.},
VOLUME = {308},
NUMBER = {4},
PAGES = {929-945}
}
and so on.
I want to add an extra field to each bibtex record, called 'EPRINT'
which would carry the value of one of the refdb tags (although I'm not
sure which one yet), perhap the UR.
How do I go about doing this? Is it a modification to the style xml
file, or do I need to hack code?
Joe
|