https://github.com/lorenzleutgeb/tex2bib
https://github.com/lorenzleutgeb/tex2bib
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorenzleutgeb/tex2bib
- Owner: lorenzleutgeb
- Created: 2022-05-18T19:27:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T19:28:47.000Z (about 3 years ago)
- Last Synced: 2025-01-17T16:56:08.489Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tex2bib
A very simple Bash script that
* extracts citation keys from `*.tex` files.
* looks up these keys in bibliographic databases
(DBLP, arXiv, Crossref, inspirehep)
* generates a `*.bib` for all citations that could
be identified. Tells you which are still missing.The main entry point is `tex2bib.sh`, and fetchers are
named according to the pattern `fetch-${PLATFORM}-${SCHEMA}.sh`.## Similar Software
* https://github.com/rhomu/tex2bib
* https://github.com/nathangrigg/arxiv2bib
* https://github.com/cpitclaudel/biblio.el
* https://arxiv.org/help/api/basics#projects-using-the-api