Skip to content
Snippets Groups Projects

bibtex cleanup

2 files
+ 83
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 17
1
Latex Tips and Tricks
\ No newline at end of file
Latex Tips and Tricks
### Clean up .bib files
Use the `bibtex-improver.py` script to remove duplicate titles and unwanted fields (Doi, ISBN, Keywords, bdsk-url-1). The script will update the original bibliography file.
*Note: If you want to keep original bib-file, make a copy before using the script.*
Install the [BibtexParser](https://bibtexparser.readthedocs.io/en/latest/index.html) Python package:
```
pip3 install bibtexparser
```
Usage:
```
python3 bibtex-improver.py bibfilepath
```
\ No newline at end of file
Loading