Abbreviate long author lists with et al. in BibTeX bibliographies for Sphinx
Project description
sphinx-pybtex-etal-style
This Sphinx extension defines a new bibliography style for the sphinxcontrib-bibtex
extension. Install through PyPI with pip
:
pip install sphinx-pybtex-etal-style
Next, in your Sphinx configuration file (conf.py
), add "sphinx_pybtex_etal_style"
to your extensions
:
extensions = [
"sphinx_pybtex_etal_style",
]
and set your default bibliography style to "unsrt_et_al"
:
bibtex_default_style = "unsrt_et_al"
Alternatively, you can use the style for one bibliography only by specifying it in the .. bibliography::
directive:
.. bibliography:: /references.bib
:style: unsrt_et_al
Book entries that have an ISBN get a link to the book entry on bookfinder.com. If you want to use isbnsearch.org instead, add the following to your conf.py
:
unsrt_etal_isbn_resolver = "isbnsearch"
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
File details
Details for the file sphinx_pybtex_etal_style-0.0.3.tar.gz
.
File metadata
- Download URL: sphinx_pybtex_etal_style-0.0.3.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e43beb55bc33f01d9b4d0ac90b20ad1d7209238d993d3256a973946aeeece262 |
|
MD5 | 255301b79d2be772164ec47dc8282bec |
|
BLAKE2b-256 | 05cbc75d1173988344a5fabd9dbeea742e4a8c452953e68f1c25d844733b62a6 |
File details
Details for the file sphinx_pybtex_etal_style-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: sphinx_pybtex_etal_style-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51170abd9fcf5ba5d09ffb890c1b722448d8d185b9b9b5a2feb869c57256f2ff |
|
MD5 | 7c04c287fff486522ad1095f47a7ebec |
|
BLAKE2b-256 | a34d8beb18b2cf347e152899a1a595f85049d691fbcd9a60e38756144742ca8f |