diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-24 21:31:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-24 21:31:36 +0000 |
commit | 967810882bc89a23f636aa8ee1a18bdeb0c85d8b (patch) | |
tree | f3138e4a1cbdee95f0e366a22d3468c52cda7a23 /Master/texmf-dist/doc/latex/biblatex-sbl/README.md | |
parent | 02c7b1553e2e3ea2657ff01c3a87c5b27da2bb6a (diff) |
biblatex-sbl (24may18)
git-svn-id: svn://tug.org/texlive/trunk@47825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-sbl/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-sbl/README.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/README.md b/Master/texmf-dist/doc/latex/biblatex-sbl/README.md index 847ea66e785..71a40a6784e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-sbl/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-sbl/README.md @@ -8,12 +8,26 @@ All example notes and bibliography entries from the handbook are supported. * `biblatex-sbl.pdf`: Style usage and documentation summary. * `biblatex-sbl.bib`: Database entries for all example citations in the handbook. -* `biblatex-sbl-test.pdf`: Example usage for all example citations in the handbook. +* `biblatex-sbl-examples.pdf`: Example usage for all example citations in the handbook. * `biblatex-sbl-ibid.pdf`: Example usage of *ibidem* and *idem* settings. * `sbl-paper.sty`: A style file for papers matching the Student Supplement to the SBLHS. * `sbl-paper.tex`: An example paper using `sbl-paper.sty`. * `sbl-paper-bibleref.ist`: An index style file for printing a Scripture Reference Index (used with `sbl-paper.tex`). +## Installation from CTAN, TeXLive, or MiKTeX + +`biblatex-sbl` is available in CTAN at https://www.ctan.org/pkg/biblatex-sbl + +It is also in TeXLive and MiKTeX and can be installed in the usual way through your distribution. + +## Installation from Git Source + +``` +git clone https://github.com/dcpurton/biblatex-sbl.git +cd biblatex-sbl +make install +``` + ## Manual Installation * Copy `sbl-paper.sty`, `biblatex-sbl.def`, `sbl.cbx`, `sbl.bbx`, `sbl.dbx`, and `*.lbx` into `$TEXMFHOME/tex/latex/biblatex-sbl/` |