# sblreport – A LaTeX class for SBL style theses

[`sblreport`](https://github.com/dcpurton/sbltex/tree/main/sblreport) provides
a LaTeX class for producing theses conforming to the style required by the
Society of Biblical Literature. It depends on
[`sblfonts`](https://github.com/dcpurton/sbltex/tree/main/sblfonts) for
language support and
[`biblatex-sbl`](https://github.com/dcpurton/biblatex-sbl) for referencing.

## Installation

The [`sblreport`](https://github.com/dcpurton/sbltex/tree/main/sblreport)
class is in TeXLive and MiKTeX and can be installed in the usual way through
your distribution. E.g., in TeXLive by running:

```
tlmgr install sblreport
```

For installation from GitHub, see https://github.com/dcpurton/sbltex.

Note that the example thesis, `sbltex-thesis.tex`, needs `biblatex-sbl.bib`
which is distributed in the `biblatex-sbl` package.

## Licence

```
Copyright (c) 2026 David Purton <dcpurton@marshwiggle.net>

This work may be distributed and/or modified under the conditions of
the LaTeX Project Public License, either version 1.3c of this license
or (at your option) any later version. The latest version of this
license is in
   http://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of LaTeX
version 2005/12/01 or later.

This work is "maintained" (as per the LPPL maintenance status)
by David Purton.
```
