This package browser is in early development. Mind the rough edges.

texlive-biblatex-oxref 2025.2

BibLaTeX styles inspired by the _Oxford Guide to Style_

This bundle provides four BibLaTeX styles that implement (many of) the stipulations and examples provided by the 2014 New Hart's Rules and the 2002 Oxford Guide to Style:

  • oxnotes is a style similar to the standard verbose, intended for use with footnotes;

  • oxnum is a style similar to the standard numeric, intended for use with numeric in-text citations;

  • oxalph is a style similar to the standard alphabetic, intended for use with alphabetic in-text citations;

  • oxyear is a style similar to the standard author-year, intended for use with parenthetical in-text citations.

The bundle provides support for a wide variety of content types, including manuscripts, audiovisual resources, social media and legal references.

Installation

Install texlive-biblatex-oxref 2025.2 as follows:

guix install texlive-biblatex-oxref@2025.2

Or install the latest version:

guix install texlive-biblatex-oxref

The texlive-biblatex-oxref package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install texlive-biblatex-oxref:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.