This package provides a biblatex style to format reference lists in the Harvard style recommended by the University of Bath Library.
The files you need are included in the zip archive available from GitHub.
If you use the zip archive from CTAN, you will need to run luatex biblatex-bath.dtx to generate them.
You can use this style simply by copying all the .bbx, .cbx, .dbx and
.lbx files into your working directory, that is, the directory holding the
main .tex file for your document. If you want the style to be available for
all your documents without having to copy the files over each time, you can
install them using the instructions below.
The latest stable release of biblatex-bath has been packaged for TeX Live and
MiKTeX. If you are running TeX Live and have tlmgr installed, you can install
the package simply by running tlmgr install biblatex-bath. If you are running
MiKTeX, you can install the package by running mpm --install=biblatex-bath.
Both tlmgr and mpm have GUI versions that you might find friendlier.
A makefile is provided which you can use with the Make utility on UNIX-like systems:
- Running
make sourcegenerates the derived filesREADME.mdbath.bbx,bath.cbx,bath.dbxenglish-bath.lbx,british-bath.lbxbiblatex-bath.bibbiblatex-bath.ins
- Running
makegenerates the above files and alsobiblatex-bath.pdf. Ensure you have (at least) the luatexja, adobemapping and ipaex packages installed first. - Running
make instinstalls the files in the user's TeX tree. You can undo this withmake uninst. - Running
make installinstalls the files in the local TeX tree. You can undo this withmake uninstall.
You do not need to follow the first step if you downloaded the zip archive from GitHub. You do not need to follow the second step if you already have the PDF documentation.
-
Run
luatex biblatex-bath.dtxto generate the source files. -
Compile
biblatex-bath.dtxwith LuaLaTeX and Biber to generate the documentation. You will need, among other things, the luatexja, adobemapping and haranoaji packages installed; this is just for the documentation, not for the biblatex style itself. -
If you are using TeX Live, find your home TeX tree using the following command at the command prompt/terminal:
kpsewhich -var-value=TEXMFHOMEIf you are using MikTeX, consult the MikTeX manual entry for integrating local additions. You can use one of the roots (TeX trees) already defined – preferably one of the User roots – or set up a new one.
-
Move the files to your TeX tree as follows:
source/latex/biblatex-bath:biblatex-bath.dtx, (biblatex-bath.ins)tex/latex/biblatex-bath:bath.bbx,bath.cbx,bath.dbx,english-bath.lbx,british-bath.lbxdoc/latex/biblatex-bath:biblatex-bath.pdf,README.md
-
You may then have to update your installation's file name database before TeX and friends can see the files.
Copyright 2016-2026 University of Bath.
This work consists of the documented LaTeX file biblatex-bath.dtx and a Makefile.
The text files contained in this work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this license or (at your option) any later version.
This work is ‘maintained’ (as per LPPL maintenance status) by Alex Ball.