Created
March 6, 2019 15:05
-
-
Save chrisma/a1d9b09116333e640445ae9d3fd3e586 to your computer and use it in GitHub Desktop.
Minify .bib files to contain only references cited in a paper. Remove abstracts.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bibexport -o extracted.bib main.aux | |
echo "delete.field = { abstract }" > remove-abs.rsc && bibtool -r remove-abs.rsc extracted.bib -o minified.bib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment