biblatex

Installation
SKILL.md

biblatex + biber — Modern Bibliography Management

CTAN: https://ctan.org/pkg/biblatex
Manual: texdoc biblatex

Setup

\usepackage[
  backend=biber,        % modern backend (not bibtex)
  style=authoryear,     % citation + bibliography style
  sorting=nyt,          % name-year-title
  maxbibnames=99,       % show all authors in bibliography
  maxcitenames=2,       % truncate in citations
]{biblatex}

\addbibresource{references.bib}   % .bib file (include extension!)

% At end of document:
Related skills
Installs
25
GitHub Stars
4
First Seen
Feb 19, 2026