bibtool icon indicating copy to clipboard operation
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...

Results 21 bibtool issues
Sort by recently updated
recently updated
newest added

According to http://www.bibtex.org/Format/ field values (tag content) can be written differently in a bibtex file ```bib Title = {{Bib}\TeX} Title = "{Bib}\TeX" Title = "{Bib}" # "\TeX" ``` Since the...

Hi, I was wondering if you could elaborate a bit on the example on key generation rules shown in pages 59-60 in the manual. I've tried that on a bib...

Hi, thank you for providing BibTool! I have the following issue. Assume the following resource file rewrite.case.sensitive = on rewrite.rule { "{\\\"U}" # "Ü" } rewrite.rule { "{\\\"u}" # "ü"...

Hello, I'm trying to add some custom fields to my data but for some reason the logical formatting instructions don't work. For example, if I have the resource file ```...

Hi @ge-ne, thanks a lot for sharing bibtool. If you don't mind me asking here a couple of questions which I've searched over on google but was unable to find...

Perhaps I am mistaken, but it seems from the documentation in A.11.3. (and my limited testing) that the `pattern` supported by the useful `rename.field {old=new if field=pattern}` syntax provides no...

Is there any possibility to have complex select statement combinations? I am currently missing something like ``` ((select {keywords "firstkeyword"} AND select {keywords "secondkeyword"}) OR select{keyword "alwaysselected"}) ``` I can...

* TeX_read returns a `bool`, which will be `_Bool` when `stdbool.h` is available. * `px_fopen` requires a function (pointer) that takes a `char *` argument.

I spent a whole afternoon to understand how to use bibtool for the following simple task: rewrite bibentry field author = {R. Solomonoff and A. Rapoport}, into: author = {Solomonoff,...

I am aware of multiple ways to configure resource file paths, such as `-r`, `-R`, `resource.search.path` and that there are default paths such as `~/.bibtoolrsc{,.rsc}` being searched. I would like...