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 standardverbose
, intended for use with footnotes;oxnum
is a style similar to the standardnumeric
, intended for use with numeric in-text citations;oxalph
is a style similar to the standardalphabetic
, intended for use with alphabetic in-text citations;oxyear
is a style similar to the standardauthor-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.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/biblatex-oxref
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
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.