Automatically download missing entries to your bibliography file.
Project description
autobib
autobib automatically fetches BibTeX entries from online databases (currently Inspire and ADS) based on references that were added to the LaTeX document but not yet to the .bib file. The automatically fetched entries are appended to the first .bib file defined in your LaTeX source (first entry of \bibliography{...}). For this to work, the cite key has to be a key used by the online database.
In other words, you still need to look up a citation online and copy the cite key to your LaTeX file, but you don't have to also copy the whole BibTeX entry to your local .bib file (essentially adding it twice), since autobib does the latter for you.
autobib only appends new entries to your .bib file and otherwise leaves it as is. Using it is therefore safe.
Installation and usage
pip install autobib
This installs a new script called bibtex, which is a drop-in replacement of the original bibtex command. The same name is chosen to make it work automatically with tooling like latexmk, which is otherwise hard to achieve.
Make sure that the bibtex script installed by autobib is found first by shell lookup (this should normally be the case). You can test that by calling bibtex --version on the command-line. You should see something like this
autobib 0.6.0
BibTeX 0.99d (TeX Live 2020)
[...]
If this is not the case, then you may have to change the order of search paths in the PATH environment variable. The script installed by autobib must come before the path of the original bibtex command.
ADS token
No extra steps are needed to download from Inspire, but to download from ADS you need to follow these instructions to get an API token. Export this token in your shell as ADS_TOKEN, e.g. export ADS_TOKEN=<insert token here>.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autobib-0.6.4.tar.gz.
File metadata
- Download URL: autobib-0.6.4.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854b19e4f21b196c7a90beb292b42d99f9234621be0635d08958227b579be016
|
|
| MD5 |
147c67b0e6a4dc3c9b18f0c443635f5f
|
|
| BLAKE2b-256 |
d26bcf1850aaf41e06c692e1042cda11a36fa201656efc0491e66180840faeab
|
File details
Details for the file autobib-0.6.4-py3-none-any.whl.
File metadata
- Download URL: autobib-0.6.4-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1718b275263db3ab12b0f9aec09ffd7bccca834846c52bc1a8bce13a6baa4e
|
|
| MD5 |
6457cd8cabf1a7c8bc54b8750dc97c58
|
|
| BLAKE2b-256 |
bd25191a1a750ee95e17ac225b768793d9f56d6404d745b0d645ea7865d0afd8
|