bibtool
bibtool copied to clipboard
BibTool is a tool for manipulating BibTeX data bases. BibTeX provides a mean to integrate citations into LaTeX documents. BibTool allows the manipulation of BibTeX files which goes beyond the possibil...
Just installed Bibtool version 2.67 via my package manager. So far any bibtool command gives me the same error ``` $ bibtool references.bib *** BibTool WARNING: File references.bib not found....
Hello, using -x (or extract.file in a rsc-file), nothing happens. Verbose output via -v option shows as last line: `BibTool: Reading ` Am I missing something? Thanks a lot!
I came across a small typo on the man page and thought I’d send you a quick patch in case you’d like to fix it. Thanks for your work on...
When I build from source on an Apple Silicon (arm64-apple) system I get loads of compiler warnings (attached below), which all seem to center around the regex library. When I...
> BibTool normalizes string names before printing. Can this be switched off, e.g., by adding ``` symbol.type = original ``` Since BiBTeX operates case-insentive, that should be doable, and it...
As per the user manual, you can specify `keep.field {field_1 if field_2 = "pattern"}` to retain `field_1` if `field_2` matches the `pattern` regex (and discard it otherwise). Although, the same...
I want to use bibtool to cleanup my [BibDesk](https://bibdesk.sourceforge.io/) library and created the following resource file to mimic the output format of BibDesk: ``` % Preserve BibDesk comments (bibtool discards...
Hello, I think that I just encountered a bug: If the input filename contains a dot but does not not have a 'bib' extension, then bibtool does not read it...
I like section 1.1. *Related Programs* in the documentation. I would add following opensource software projects which other might find interesting as well - *betterbib* ([github](https://github.com/nschloe/betterbib), [pypi](https://pypi.org/project/betterbib/)) It offers for...
It would be nice to spot duplicate records by a combination of field values. An obvious example are journal articles. If there is no doi, a duplicate record cannot easily...