Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
#!/usr/bin/env python3 | |
# Author: Alexandre Défossez, 2020 | |
# This is free and unencumbered software released into the public domain. | |
# For more information, please refer to <http://unlicense.org/> | |
""" | |
Merge multiple bibfiles, remove duplicates and unused references, matching bibtex entries | |
based on the 'title' field. Rewrite all the .tex files in the current directory | |
to reflect the elimination of duplicates. | |
Finally, this will rewrite all the arXiv references to use the @unpublished category. |