summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bibleref/bibleref.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-06 23:33:57 +0000
committerKarl Berry <karl@freefriends.org>2010-02-06 23:33:57 +0000
commitb6c87e2dcdf4faa05d19f77556f198d10324bc67 (patch)
treeb32fae33a2232fbff79a10188f1d514aaf1df053 /Master/texmf-dist/source/latex/bibleref/bibleref.dtx
parent919e73586039a5c7481b7145575f62985bc1cd3f (diff)
bibleref 1.08 (6feb10)
git-svn-id: svn://tug.org/texlive/trunk@16925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bibleref/bibleref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/bibleref/bibleref.dtx17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/bibleref/bibleref.dtx b/Master/texmf-dist/source/latex/bibleref/bibleref.dtx
index 2c701c28b2b..8dc3359c8c9 100644
--- a/Master/texmf-dist/source/latex/bibleref/bibleref.dtx
+++ b/Master/texmf-dist/source/latex/bibleref/bibleref.dtx
@@ -8,11 +8,11 @@
% -src "(.+)\.(sty)=>\1.\2"
% -src "(.+)\.(tex)=>\1.\2"
% -src "bibleref.perl=>bibleref.perl"
-% -doc "manual.tex"
+% -doc "bibleref-manual.tex"
% -author "Nicola Talbot"
% -dir "source"
% bibleref
-% Created on 2007/8/20 13:29
+% Created on 2010/2/6 14:11
%\fi
%\iffalse
%<*package>
@@ -35,7 +35,7 @@
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
-% Copyright (C) 2007 Nicola Talbot, all rights reserved.
+% Copyright (C) 2010 Nicola Talbot, all rights reserved.
% \fi
% \iffalse
%<*driver>
@@ -88,7 +88,7 @@
\end{document}
%</driver>
%\fi
-%\title{bibleref.sty v1.07: a \LaTeXe\ package for
+%\title{bibleref.sty v1.08: a \LaTeXe\ package for
%typesetting bible references}
%\author{Nicola Talbot\\[10pt]
%School of Computing Sciences\\
@@ -96,7 +96,7 @@
%Norwich. Norfolk. NR4 7TJ.\\
%United Kingdom\\
%\url{http://theoval.cmp.uea.ac.uk/~nlct/}}
-%\date{20 Aug 2007}
+%\date{6 Feb 2010}
%\maketitle
%\tableofcontents
%
@@ -251,7 +251,7 @@
% Declare package
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bibleref}[2007/08/20 1.07 (NLCT)]
+\ProvidesPackage{bibleref}[2010/02/06 1.08 (NLCT)]
% \end{macrocode}
% Need to do some conditional stuff
% \begin{macrocode}
@@ -378,6 +378,7 @@
%
%\begin{macro}{\brfullname}
% This will switch to using the full book title.
+%\changes{1.08}{2008/05/12}{fixed error in spelling of \cs{br@Jeremiah}}
% \begin{macrocode}
\newcommand*{\brfullname}{%
\def\br@Genesis{\BRbookof Genesis}%
@@ -409,7 +410,7 @@
\def\br@Wisdom{\BRbookof Wisdom}%
\def\br@Ecclesiasticus{\BRbookof Ecclesiasticus}%
\def\br@Isaiah{\BRbookof Isaiah}%
-\def\br@Jeramiah{\BRbookof Jeremiah}%
+\def\br@Jeremiah{\BRbookof Jeremiah}%
\def\br@Lamentations{\BRbookof Lamentations}%
\def\br@Baruch{\BRbookof Baruch}%
\def\br@Ezekiel{\BRbookof Ezekiel}%
@@ -1799,7 +1800,7 @@ $bookname{'SongofSongs'}='\BRbookof Song of Songs';
$bookname{'Wisdom'}='\BRbookof Wisdom';
$bookname{'Ecclesiasticus'}='\BRbookof Ecclesiasticus';
$bookname{'Isaiah'}='\BRbookof Isaiah';
-$bookname{'Jeramiah'}='\BRbookof Jeremiah';
+$bookname{'Jeremiah'}='\BRbookof Jeremiah';
$bookname{'Lamentations'}='\BRbookof Lamentations';
$bookname{'Baruch'}='\BRbookof Baruch';
$bookname{'Ezekiel'}='\BRbookof Ezekiel';