Skip to content

Instantly share code, notes, and snippets.

@Ames-T
Ames-T / uweharvard.sty
Last active February 27, 2026 12:26
LaTeX .sty file for UWE harvard referencing, usin BibLaTex
% Uwe harvard.sty
% Remove the “In:” label
\renewbibmacro{in:}{}
% UWE Harvard author-date format
\RequirePackage[backend=biber,style=authoryear]{biblatex}
\DeclareDelimFormat{nameyeardelim}{\addcomma\space}
\DeclareFieldFormat{postnote}{\addcomma\space#1}