https://github.com/mpadge/bibtex-tools
Scripts to do various useful tricks with tex and bibtex files
https://github.com/mpadge/bibtex-tools
bibtex latex python
Last synced: about 2 months ago
JSON representation
Scripts to do various useful tricks with tex and bibtex files
- Host: GitHub
- URL: https://github.com/mpadge/bibtex-tools
- Owner: mpadge
- Created: 2014-02-17T11:22:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T20:44:52.000Z (over 8 years ago)
- Last Synced: 2025-02-14T13:24:58.385Z (3 months ago)
- Topics: bibtex, latex, python
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bibtex-tools
==============Scripts to do various useful tricks with tex and bibtex files. Includes:
1. latex_changes_accept.txt - a vim script to automatically accept all changes
marked up with the latex "changes" package.2. strip_biblio.py - Constructs .bib files only of those references contained in
a given .tex file. References are also stripped down by removing
all non-essential details such as personal reviews.3. make_lit_review.py - Reads a .tex file, strips all bibtex keys from that file,
then scans a .bib file for those references, and produces a
nicely formatted pdf literature review based on the bibtex
review fields for each entry.