Directory macros/latex/contrib/biblatex-contrib/biblatex-abs-annote
biblatex-abs-annote
A biblatex supplement for producing annotated bibliographies that render an abstract and a user-supplied annotation beneath each citation entry.
Both the abstract and annotation (or annote) fields are standard BibLaTeX, so no custom entry types are required. Any combination is optional per entry; an entry with neither renders as an ordinary citation.
biblatex-abs-annote is the biblatex component of the cross-format ab-annotate toolchain (Typst and Quarto companions live in the same repository).
Installation
Once accepted into CTAN, TeX Live and MikTeX users get it automatically. Otherwise:
tlmgr install biblatex-abs-annote
Usage
\usepackage[style=authoryear]{biblatex} \usepackage{biblatex-abs-annote} \addbibresource{refs.bib} \begin{document} \nocite{*} \printbibliography \end{document}
See biblatex-abs-annote.pdf for the full manual, including options, customization commands, and compatibility notes.
Bundle contents
| File | Purpose |
|---|---|
biblatex-abs-annote.sty |
The package |
biblatex-abs-annote.tex |
Documentation source |
biblatex-abs-annote.pdf |
Documentation (compiled) |
LICENSE |
LPPL 1.3c text |
README.md |
This file |
Dependencies
biblatex (with biber), xpatch, changepage, kvoptions — all standard in current TeX Live and MikTeX distributions.
Cross-format companions
biblatex-abs-annote is the LaTeX component of a cross-format toolchain sharing the same .bib conventions:
- A Typst package (
@preview/ab-annotate) for Typst documents. - A Quarto extension (
cwimpy/ab-annotate) for PDF/HTML/Word/Typst output from a single.qmd.
Full source: https://github.com/cwimpy/ab-annotate.
License
LaTeX Project Public License, version 1.3c. See LICENSE.
Maintainer
Cameron Wimpy — <cwimpy@astate.edu>
Download the contents of this package in one zip archive (338.8k).
biblatex-abs-annote – Annotated bibliographies with abstracts and annotations for BibLaTeX
The package extends any BibLaTeX style with an annotated-bibliography presentation: below each reference it renders the entry's abstract and the user's annotation, both drawn from standard BibLaTeX fields (abstract, and annotation or annote). Either field may be omitted on a per-entry basis, so the same bibliography can mix plain and annotated citations freely. The package patches the sixteen standard BibLaTeX drivers via xpatch, so it composes with any bibliography style that uses the standard driver names (authoryear, apa, numeric, chicago-authordate, etc.). All visual aspects (e.g., labels, fonts, indentation, and spacing) are controlled by redefinable commands and lengths. The package is the LaTeX component of the cross-format ab-annotate toolchain, which shares the same .bib conventions with companion packages for Typst and Quarto.
| Package | biblatex-abs-annote |
| Home page | https://github.com/cwimpy/ab-annotate |
| Bug tracker | https://github.com/cwimpy/ab-annotate/issues |
| Repository | https://github.com/cwimpy/ab-annotate/tree/main/latex |
| Version | 0.1.1 2026-04-19 |
| Licenses | The LaTeX Project Public License 1.3c |
| Copyright | 2026 Cameron Wimpy |
| Maintainer | Cameron Wimpy |
| Contained in | TeX Live as biblatex-abs-annote |
| Topics | BibLaTeX |