I have a BibTeX database with some big number of references which I use for work. When I need to send a document prepared using that database to somone I have two options: either send a full copy of the database (which I would not like to do), or copy all referenced entries from a large database to a smaller copy, and send that copy with a document. Are there any tools which would do this automatically?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
BibTool is a command-line tool which allows you to perform various manipulations on |
|||||
|
|
A reference manager such as JabRef will allow you to save selected entries from your entire .bib database to a new, smaller .bib file. JabRef also allows you to export to many other formats, such as XML, HTML, EndNote, and Harvard RTF. |
|||||
|
|
Or again Mendeley -- with it you could even have a shared collection which will stay in sync. |
|||
|
|
|
I use a shell script called
|
|||
|
|
|
You could also try M-x reftex-create-bibtex-file if you're using Emacs and RefTeX. |
|||||||||||
|
|
|
||||
|