Directory biblio/bibtex/utils/r2bib
README
SYNOPSES EndNote2bib [-h|-q] risDateAdj EndNoteTag wileyEndNoteFilt dosToTex [-1|-u|-h] ansel2uni i) r2bib and EndNote2bib convert refer and EndNote bibliography lists into the BibTeX format, respectively. ii) An auxiliary filter program dosToTex, also written in C, is included to ease the transition from PC/Windows 8-bit character representation (which presumably was the standard in the EndNote input files up to EndNote 8) to the backslashed escape sequences that are (more or less) the standard in BibTeX. iii) Another independent filter program, EndNoteTag, written in C++, is made available to change the tags in EndNote files or to convert RIS tags to EndNote tags. The main use is to re-map tags of an EndNote file on the fly if these do not match the tags within EndNote2bib. There are three auxiliary programs delivered in lex (flex) source format: iv) The program wileyEndNoteFilt recomposes author and editor tags of the input stream (an EndNote file) such that mutiple, comma-separated authors in single %E or %A lines are shuffled into multiple lines, each containg only a single person. v) The filter program ansel2uni transforms an input stream encoded according to the ANSEL specification to an UTF-8 character set. In a LaTeX environment, this is presumably a preprocessor to "recode u8..tex" to end up with a TeX encoding. vi) The filter program risDateAdj adjusts dates of non-standard formats in the Y1, PY and Y2 fields of RIS files. This is a preprocessor which patches these files prior to use with ris2xml(1), for example, and basically unrelated to EndNote bibilographies. SEE ALSO Further reading: http://en.wikipedia.org/wiki/EndNote http://www.endnote.com http://www.ctan.org/tex-archive/biblio/bibtex/utils/r2bib/ http://www.ctan.org/tex-archive/biblio/bibtex/utils/refer-tools/ http://interbib.stanford.edu/ http://sourceforge.net/p/bibutils/home/Bibutils/ http://lucy.ukc.ac.uk/Makhzan/refer.html http://www.w3.org/Tools/Word_proc_filters.html For the inverse functionality see http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/refer.bst http://www.ee.columbia.edu/dvmm/imanager/convert.txt http://liinwww.ira.uka.de/bibliography/Bib.Format.html HISTORY The program r2bib (the C source r2bib.c and troff manual r2bib.1) came from Rusty Wright, Center for Music Experiment, University of California San Diego, see ftp://ftp.cs.tu-berlin.de/pub/TeX/TeX-3.141/contributions/TeXcontrib/rusty/r2bib . Both files are included as existing in CTAN with a time stamp of 3 Oct 1990. (He started it!). This is left untouched except for #inclus'ion of two more C header files (plus removal of explicit declarations of malloc, realloc) to avoid gcc rejection of the source. A variant is in http://stuff.mit.edu/afs/athena/contrib/potluck/src/refer2tex/ . AUTHOR Richard J. Mathar http://www.mpia.de/~mathar Dec 06, 2015
Download the contents of this package in one zip archive (214.2k).
r2bib – Convert refer and EndNote files to BibTeX
R2bib and EndNote2bib read files (respectively in refer and EndNote format) and produces a BibTeX reference list on the standard output.
Since refer files are inherently unstructured, r2bib only does a passable job (for example, it may need to invent a key for an entry, and it has to guess what BibTeX entry type to generate).
EndNote tags may not always match those recognised by EndNote2bib; a further filter program EndNoteTag is provided
Package | r2bib |
Version | 2015-12-07 |
Licenses | Free license not otherwise listed |
Maintainer | Richard J Mathar |
Topics | Generate BibTeX |
See also | EndNote2bib |