https://github.com/acristoffers/bib-converter
Converts between bibtex and biblatex
https://github.com/acristoffers/bib-converter
Last synced: 4 months ago
JSON representation
Converts between bibtex and biblatex
- Host: GitHub
- URL: https://github.com/acristoffers/bib-converter
- Owner: acristoffers
- License: gpl-3.0
- Created: 2024-03-17T14:30:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T21:03:01.000Z (about 1 year ago)
- Last Synced: 2025-02-15T05:28:43.169Z (4 months ago)
- Language: C
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bib-converter
Converts between bibtex and biblatex by parsing whatever the input is and applying the conversions
to the output. It is not meant to be feature-packed, in reality it is meant to solve my problem
only, so some keys are dropped, the output is formatted the way I like it, date/time translation is
minimal and there is no sanitization as I always have a valid input file to start with. It is mostly
an private project made public so I can easily fetch it from Nix, but maybe it helps you too.