texlive[53090] Master/texmf-dist: bibleref (10dec19)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 10 23:17:52 CET 2019


Revision: 53090
          http://tug.org/svn/texlive?view=revision&revision=53090
Author:   karl
Date:     2019-12-10 23:17:52 +0100 (Tue, 10 Dec 2019)
Log Message:
-----------
bibleref (10dec19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/bibleref/CHANGES
    trunk/Master/texmf-dist/doc/latex/bibleref/bibleref.pdf
    trunk/Master/texmf-dist/doc/latex/bibleref/makefile
    trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample-categories.pdf
    trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample-indextools.pdf
    trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf
    trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample.pdf
    trunk/Master/texmf-dist/source/latex/bibleref/bibleref.dtx
    trunk/Master/texmf-dist/tex/latex/bibleref/bibleref.sty

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bibleref/CHANGES	2019-12-10 22:17:20 UTC (rev 53089)
+++ trunk/Master/texmf-dist/doc/latex/bibleref/CHANGES	2019-12-10 22:17:52 UTC (rev 53090)
@@ -1,3 +1,6 @@
+1.24
+	* Add more abbreviation
+	* Add more \brthreeabbrvname
 1.23
 	* Add Tt abbreviation
 1.22

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/bibleref.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bibleref/makefile	2019-12-10 22:17:20 UTC (rev 53089)
+++ trunk/Master/texmf-dist/doc/latex/bibleref/makefile	2019-12-10 22:17:52 UTC (rev 53090)
@@ -3,7 +3,6 @@
 	mkdir bibleref
 	mkdir bibleref/samples
 	latexmk sample*tex
-	ln sample*tex bibleref/samples
 	ln sample*pdf bibleref/samples
 	ln CHANGES *ins *dtx bibleref.pdf README makefile bibleref
 	@$(RM) ../bibleref.zip

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample-categories.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample-indextools.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bibleref/samples/sample.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/bibleref/bibleref.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/bibleref/bibleref.dtx	2019-12-10 22:17:20 UTC (rev 53089)
+++ trunk/Master/texmf-dist/source/latex/bibleref/bibleref.dtx	2019-12-10 22:17:52 UTC (rev 53090)
@@ -84,12 +84,9 @@
 %indicating the chapter and verse or verses. Verses can be
 %specified as a comma separated list of individual verses or range
 %of verses. A range of verses should be written with a single
-%hyphen, e.g.\ \verb|2-4|. In the typeset output the range of verses will
-%be separated with
-%\begin{definition}[\DescribeMacro{\BRvrsep}]
-%\cs{BRvrsep}
-%\end{definition}
-%(an en-dash by default.) A chapter may be referenced without a
+%hyphen, e.g.\ \verb|2-4|.
+%
+% A chapter may be referenced without a
 %verse, but the colon must remain, e.g.\ \verb|(12:)| simply
 %indicates chapter 12.
 %
@@ -134,6 +131,42 @@
 % \begin{verbatim}
 % \renewcommand{\BRotherchapterstyle}[1]{}
 % \end{verbatim}
+%\subsection{Default separators}
+% In the typeset output the range of verses will
+%be separated with
+%\begin{definition}[\DescribeMacro{\BRvrsep}]
+%\cs{BRvrsep}
+%\end{definition}
+%(an en-dash by default.)
+%
+%In the typeset output the verses in a list of verses will
+%be separated with
+%\begin{definition}[\DescribeMacro{\BRvsep}]
+%\cs{BRvsep}
+%\end{definition}
+%(a comma, by default).
+%
+%
+%In the typeset output the chapters will
+%be separated with
+%\begin{definition}[\DescribeMacro{\BRchsep}]
+%\cs{BRchsep}
+%\end{definition}
+%(a semi-colon, by default).
+%
+%In the typeset output the chapter and the verse will
+%be separated with
+%\begin{definition}[\DescribeMacro{\BRchvsep}]
+%\cs{BRchvsep}
+%\end{definition}
+%(a colon, by default).
+%
+%In the typeset output the books name will be followed by
+%\begin{definition}[\DescribeMacro{\BRperiod}]
+%\cs{BRperiod}
+%\end{definition}
+%(nothing, by default).
+%
 %\subsection{Examples}
 %\begin{center}
 %\begin{tabular}{ll}
@@ -215,7 +248,9 @@
 %\begin{verbatim}
 %\addbiblebook{Susanna}{Story of Susanna}
 %\end{verbatim}
-%
+%\begin{definition}[\DescribeMacro{\brthreeabbrvname}]
+% The \cs{brthreeabbrvname} command switches all the abbreviation of the booktitle to be typeset using exaclty three characters.
+%\end{definition}
 %\section{Defining New Styles}
 %
 %You can define a new style using the command
@@ -973,7 +1008,7 @@
 % Declare package
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bibleref}[2019/01/13 1.23 (NLCT and MR)]
+\ProvidesPackage{bibleref}[2019/12/10 1.24 (NLCT and MR)]
 %    \end{macrocode}
 % Need to do some conditional stuff
 %    \begin{macrocode}
@@ -1368,6 +1403,88 @@
 \def\br at Revelation{Rev\BRperiod}}
 %    \end{macrocode}
 %\end{macro}
+%
+%\begin{macro}{\brthreeabbrvname}
+%\changes{1.24}{2019/12/10}{Added \cs{brthreelettabbrvname}}
+% This switches to a standardized set of three-character abbreviations.
+%    \begin{macrocode}
+\newcommand*{\brthreeabbrvname}{%
+\def\br at Genesis{Gen\BRperiod}%
+\def\br at Exodus{Exo\BRperiod}%
+\def\br at Leviticus{Lev\BRperiod}%
+\def\br at Numbers{Num\BRperiod}%
+\def\br at Deuteronomy{Deu\BRperiod}%
+\def\br at Joshua{Jos\BRperiod}%
+\def\br at Judges{Jdg\BRperiod}%
+\def\br at Ruth{Rut\BRperiod}%
+\def\br at ISamuel{\BRbooknumberstyle{1}Sa\BRperiod}%
+\def\br at IISamuel{\BRbooknumberstyle{2}Sa\BRperiod}%
+\def\br at IKings{\BRbooknumberstyle{1}Ki\BRperiod}%
+\def\br at IIKings{\BRbooknumberstyle{2}Ki\BRperiod}%
+\def\br at IChronicles{\BRbooknumberstyle{1}Ch\BRperiod}%
+\def\br at IIChronicles{\BRbooknumberstyle{2}Ch\BRperiod}%
+\def\br at Ezra{Ezr\BRperiod}%
+\def\br at Nehemiah{Neh\BRperiod}%
+\def\br at Tobit{Tob\BRperiod}%
+\def\br at Judith{Jdi\BRperiod}%
+\def\br at Esther{Est\BRperiod}%
+\def\br at IMaccabees{\BRbooknumberstyle{1}Ma\BRperiod}%
+\def\br at IIMaccabees{\BRbooknumberstyle{2}Ma\BRperiod}%
+\def\br at Job{Job}%
+\def\br at Psalms{Psa\BRperiod}%
+\def\br at Proverbs{Pro\BRperiod}%
+\def\br at Ecclesiastes{Ecc\BRperiod}%
+\def\br at SongofSongs{SoS\BRperiod}%
+\def\br at Wisdom{Wis\BRperiod}%
+\def\br at Ecclesiasticus{Ecu\BRperiod}%
+\def\br at Isaiah{Isa\BRperiod}%
+\def\br at Jeremiah{Jer\BRperiod}%
+\def\br at Lamentations{Lam\BRperiod}%
+\def\br at Baruch{Bar\BRperiod}%
+\def\br at Ezekiel{Eze\BRperiod}%
+\def\br at Daniel{Dan\BRperiod}%
+\def\br at Hosea{Hos\BRperiod}%
+\def\br at Joel{Joe\BRperiod}%
+\def\br at Amos{Amo\BRperiod}%
+\def\br at Obadiah{Oba\BRperiod}%
+\def\br at Jonah{Jon\BRperiod}%
+\def\br at Micah{Mic\BRperiod}%
+\def\br at Nahum{Nah\BRperiod}%
+\def\br at Habakkuk{Hab\BRperiod}%
+\def\br at Zephaniah{Zep\BRperiod}%
+\def\br at Haggai{Hag\BRperiod}%
+\def\br at Zechariah{Zec\BRperiod}%
+\def\br at Malachi{Mal\BRperiod}%
+\def\br at Matthew{Mat\BRperiod}%
+\def\br at Mark{Mar\BRperiod}%
+\def\br at Luke{Luk\BRperiod}%
+\def\br at John{Joh\BRperiod}%
+\def\br at Acts{Act\BRperiod}%
+\def\br at Romans{Rom\BRperiod}%
+\def\br at ICorinthians{\BRepistlenumberstyle{1}Co\BRperiod}%
+\def\br at IICorinthians{\BRepistlenumberstyle{2}Co\BRperiod}%
+\def\br at Galatians{Gal\BRperiod}%
+\def\br at Ephesians{Eph\BRperiod}%
+\def\br at Philippians{Php\BRperiod}%
+\def\br at Colossians{Col\BRperiod}%
+\def\br at IThessalonians{\BRepistlenumberstyle{1}Th\BRperiod}%
+\def\br at IIThessalonians{\BRepistlenumberstyle{2}Th\BRperiod}%
+\def\br at ITimothy{\BRepistlenumberstyle{1}Ti\BRperiod}%
+\def\br at IITimothy{\BRepistlenumberstyle{2}Ti\BRperiod}%
+\def\br at Titus{Tit\BRperiod}%
+\def\br at Philemon{Phm\BRperiod}%
+\def\br at Hebrews{Heb\BRperiod}%
+\def\br at James{Jam\BRperiod}%
+\def\br at IPeter{\BRepistlenumberstyle{1}Pe\BRperiod}%
+\def\br at IIPeter{\BRepistlenumberstyle{2}Pe\BRperiod}%
+\def\br at IJohn{\BRepistlenumberstyle{1}Jo}%
+\def\br at IIJohn{\BRepistlenumberstyle{2}Jo}%
+\def\br at IIIJohn{\BRepistlenumberstyle{3}Jo}%
+\def\br at Jude{Jde\BRperiod}%
+\def\br at Revelation{Rev\BRperiod}}
+%    \end{macrocode}
+%\end{macro}
+%
 % Provide synonymns.
 %    \begin{macrocode}
 \newcommand*\br at Gn{\br at Genesis}%
@@ -1403,7 +1520,6 @@
 \newcommand*\br at Lm{\br at Lamentations}%
 \newcommand*\br at Ba{\br at Baruch}%
 \newcommand*\br at Bar{\br at Baruch}%
-\newcommand*\br at Ezk{\br at Ezekiel}%
 \newcommand*\br at Dn{\br at Daniel}%
 \newcommand*\br at Ho{\br at Hosea}%
 \newcommand*\br at Jl{\br at Joel}%
@@ -1421,14 +1537,10 @@
 \newcommand*\br at Mk{\br at Mark}%
 \newcommand*\br at Lk{\br at Luke}%
 \newcommand*\br at Jn{\br at John}%
-\newcommand*\br at Ac{\br at Acts}%
 \newcommand*\br at Rm{\br at Romans}%
-\newcommand*\br at ICo{\br at ICorinthians}%
-\newcommand*\br at IICo{\br at IICorinthians}%
 \newcommand*\br at Ga{\br at Galatians}%
 \newcommand*\br at Ep{\br at Ephesians}%
 \newcommand*\br at Ph{\br at Philippians}%
-\newcommand*\br at Col{\br at Colossians}%
 \newcommand*\br at ITh{\br at IThessalonians}%
 \newcommand*\br at IITh{\br at IIThessalonians}%
 \newcommand*\br at ITm{\br at ITimothy}%
@@ -1447,27 +1559,48 @@
 %\changes{1.21}{2018/11/17}{Add Wis abbreviation}
 %\changes{1.22}{2018/12/05}{Add Bar abbreviation}
 %\changes{1.23}{2019/01/13}{Add Ti abbreviation}
+%\changes{1.24}{2019/12/10}{Added Exo, Levit, Deu, Jos, Jsh, Rut, IKi, IKin, IIKi, IIKin, IMac, IIMac, Psa, Psal, Pro, Son, Song, Songs, Ezk, Eze, Joe, Amo, Oba, Zec, Zep, Mat, Mar, Luk, Joh, Act, ICo IICo, Php, Col, IThe, IThes, IIThe, IIThes, ITi, IITi, Hb, Jam, IPe, IIPe, IJo, IJoh, IIJo, IIJoh, IIIJn, IIIJo, IIIJoh
 %    \begin{macrocode}
 \newcommand*\br at Gen{\br at Genesis}%
+\newcommand*\br at Exo{\br at Exodus}%
 \newcommand*\br at Exod{\br at Exodus}%
 \newcommand*\br at Lev{\br at Leviticus}%
+\newcommand*\br at Levit{\br at Leviticus}%
 \newcommand*\br at Num{\br at Numbers}%
+\newcommand*\br at Deu{\br at Deuteronomy}%
 \newcommand*\br at Deut{\br at Deuteronomy}%
 \newcommand*\br at Josh{\br at Joshua}%
+\newcommand*\br at Jsh{\br at Joshua}%
 \newcommand*\br at Judg{\br at Judges}%
+\newcommand*\br at Jdg{\br at Judges}%
+\newcommand*\br at Rut{\br at Ruth}%
 \newcommand*\br at ISam{\br at ISamuel}%
+\newcommand*\br at ISa{\br at ISamuel}%
 \newcommand*\br at IISam{\br at IISamuel}%
+\newcommand*\br at IISa{\br at IISamuel}%
 \newcommand*\br at IKgs{\br at IKings}%
+\newcommand*\br at IKi{\br at IKings}%
+\newcommand*\br at IKin{\br at IKings}%
 \newcommand*\br at IIKgs{\br at IIKings}%
+\newcommand*\br at IIKi{\br at IIKings}%
+\newcommand*\br at IIKin{\br at IIKings}%
 \newcommand*\br at IChr{\br at IChronicles}%
 \newcommand*\br at IIChr{\br at IIChronicles}%
 \newcommand*\br at Neh{\br at Nehemiah}%
 \newcommand*\br at Esth{\br at Esther}%
 \newcommand*\br at IMacc{\br at IMaccabees}%
+\newcommand*\br at IMac{\br at IMaccabees}%
+\newcommand*\br at IIMac{\br at IIMaccabees}%
 \newcommand*\br at IIMacc{\br at IIMaccabees}%
+\newcommand*\br at Psa{\br at Psalms}%
+\newcommand*\br at Psal{\br at Psalms}%
+\newcommand*\br at Pro{\br at Proverbs}%
 \newcommand*\br at Prov{\br at Proverbs}%
 \newcommand*\br at Eccl{\br at Ecclesiastes}%
 \newcommand*\br at SofS{\br at SongofSongs}%
+\newcommand*\br at Son{\br at SongofSongs}%
+\newcommand*\br at Song{\br at SongofSongs}%
+\newcommand*\br at Songs{\br at SongofSongs}%
 \newcommand*\br at Wis{\br at Wisdom}%
 \newcommand*\br at Wisd{\br at Wisdom}%
 \newcommand*\br at Ecclus{\br at Ecclesiasticus}%
@@ -1475,32 +1608,65 @@
 \newcommand*\br at Jer{\br at Jeremiah}%
 \newcommand*\br at Lam{\br at Lamentations}%
 \newcommand*\br at Ezek{\br at Ezekiel}%
+\newcommand*\br at Ezk{\br at Ezekiel}%
+\newcommand*\br at Eze{\br at Ezekiel}%
 \newcommand*\br at Dan{\br at Daniel}%
 \newcommand*\br at Hos{\br at Hosea}%
+\newcommand*\br at Joe{\br at Joel}%
+\newcommand*\br at Amo{\br at Amos}%
 \newcommand*\br at Obad{\br at Obadiah}%
+\newcommand*\br at Oba{\br at Obadiah}%
 \newcommand*\br at Mic{\br at Micah}%
 \newcommand*\br at Nah{\br at Nahum}%
 \newcommand*\br at Zeph{\br at Zephaniah}%
+\newcommand*\br at Zep{\br at Zephaniah}%
 \newcommand*\br at Hag{\br at Haggai}%
 \newcommand*\br at Zech{\br at Zechariah}%
+\newcommand*\br at Zec{\br at Zechariah}%
 \newcommand*\br at Mal{\br at Malachi}%
 \newcommand*\br at Matt{\br at Matthew}%
+\newcommand*\br at Mat{\br at Matthew}%
+\newcommand*\br at Mar{\br at Mark}%
+\newcommand*\br at Luk{\br at Luke}%
+\newcommand*\br at Joh{\br at John}%
+\newcommand*\br at Ac{\br at Acts}%
 \newcommand*\br at Rom{\br at Romans}%
+\newcommand*\br at ICo{\br at ICorinthians}%
 \newcommand*\br at ICor{\br at ICorinthians}%
+\newcommand*\br at IICo{\br at IICorinthians}%
 \newcommand*\br at IICor{\br at IICorinthians}%
 \newcommand*\br at Gal{\br at Galatians}%
 \newcommand*\br at Eph{\br at Ephesians}%
 \newcommand*\br at Phil{\br at Philippians}%
+\newcommand*\br at Php{\br at Philippians}%
+\newcommand*\br at Col{\br at Colossians}%
+\newcommand*\br at IThe{\br at IThessalonians}%
+\newcommand*\br at IThes{\br at IThessalonians}%
 \newcommand*\br at IThess{\br at IThessalonians}%
+\newcommand*\br at IIThe{\br at IIThessalonians}%
+\newcommand*\br at IIThes{\br at IIThessalonians}%
 \newcommand*\br at IIThess{\br at IIThessalonians}%
+\newcommand*\br at ITi{\br at ITimothy}%
 \newcommand*\br at ITim{\br at ITimothy}%
+\newcommand*\br at IITi{\br at IITimothy}%
 \newcommand*\br at IITim{\br at IITimothy}%
 \newcommand*\br at Tit{\br at Titus}%
 \newcommand*\br at Ti{\br at Titus}%
 \newcommand*\br at Philem{\br at Philemon}%
+\newcommand*\br at Hb{\br at Hebrews}%
 \newcommand*\br at Jas{\br at James}%
+\newcommand*\br at Jam{\br at James}%
 \newcommand*\br at IPet{\br at IPeter}%
+\newcommand*\br at IPe{\br at IPeter}%
 \newcommand*\br at IIPet{\br at IIPeter}%
+\newcommand*\br at IIPe{\br at IIPeter}%
+\newcommand*\br at IJo{\br at IJohn}%
+\newcommand*\br at IJoh{\br at IJohn}%
+\newcommand*\br at IIJo{\br at IIJohn}%
+\newcommand*\br at IIJoh{\br at IIJohn}%
+\newcommand*\br at IIIJn{\br at IIIJohn}%
+\newcommand*\br at IIIJo{\br at IIIJohn}%
+\newcommand*\br at IIIJoh{\br at IIIJohn}%
 \newcommand*\br at Rev{\br at Revelation}
 %    \end{macrocode}
 %\begin{macro}{\brs at default}

Modified: trunk/Master/texmf-dist/tex/latex/bibleref/bibleref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bibleref/bibleref.sty	2019-12-10 22:17:20 UTC (rev 53089)
+++ trunk/Master/texmf-dist/tex/latex/bibleref/bibleref.sty	2019-12-10 22:17:52 UTC (rev 53090)
@@ -39,7 +39,7 @@
 %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
 %%   Right brace   \}     Tilde         \~}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bibleref}[2019/01/13 1.23 (NLCT and MR)]
+\ProvidesPackage{bibleref}[2019/12/10 1.24 (NLCT and MR)]
 \RequirePackage{ifthen}
 \RequirePackage{fmtcount}
 \RequirePackage{amsgen}
@@ -285,6 +285,80 @@
 \def\br at IIIJohn{\BRepistlenumberstyle{3}John}%
 \def\br at Jude{Jude}%
 \def\br at Revelation{Rev\BRperiod}}
+\newcommand*{\brthreeabbrvname}{%
+\def\br at Genesis{Gen\BRperiod}%
+\def\br at Exodus{Exo\BRperiod}%
+\def\br at Leviticus{Lev\BRperiod}%
+\def\br at Numbers{Num\BRperiod}%
+\def\br at Deuteronomy{Deu\BRperiod}%
+\def\br at Joshua{Jos\BRperiod}%
+\def\br at Judges{Jdg\BRperiod}%
+\def\br at Ruth{Rut\BRperiod}%
+\def\br at ISamuel{\BRbooknumberstyle{1}Sa\BRperiod}%
+\def\br at IISamuel{\BRbooknumberstyle{2}Sa\BRperiod}%
+\def\br at IKings{\BRbooknumberstyle{1}Ki\BRperiod}%
+\def\br at IIKings{\BRbooknumberstyle{2}Ki\BRperiod}%
+\def\br at IChronicles{\BRbooknumberstyle{1}Ch\BRperiod}%
+\def\br at IIChronicles{\BRbooknumberstyle{2}Ch\BRperiod}%
+\def\br at Ezra{Ezr\BRperiod}%
+\def\br at Nehemiah{Neh\BRperiod}%
+\def\br at Tobit{Tob\BRperiod}%
+\def\br at Judith{Jdi\BRperiod}%
+\def\br at Esther{Est\BRperiod}%
+\def\br at IMaccabees{\BRbooknumberstyle{1}Ma\BRperiod}%
+\def\br at IIMaccabees{\BRbooknumberstyle{2}Ma\BRperiod}%
+\def\br at Job{Job}%
+\def\br at Psalms{Psa\BRperiod}%
+\def\br at Proverbs{Pro\BRperiod}%
+\def\br at Ecclesiastes{Ecc\BRperiod}%
+\def\br at SongofSongs{SoS\BRperiod}%
+\def\br at Wisdom{Wis\BRperiod}%
+\def\br at Ecclesiasticus{Ecu\BRperiod}%
+\def\br at Isaiah{Isa\BRperiod}%
+\def\br at Jeremiah{Jer\BRperiod}%
+\def\br at Lamentations{Lam\BRperiod}%
+\def\br at Baruch{Bar\BRperiod}%
+\def\br at Ezekiel{Eze\BRperiod}%
+\def\br at Daniel{Dan\BRperiod}%
+\def\br at Hosea{Hos\BRperiod}%
+\def\br at Joel{Joe\BRperiod}%
+\def\br at Amos{Amo\BRperiod}%
+\def\br at Obadiah{Oba\BRperiod}%
+\def\br at Jonah{Jon\BRperiod}%
+\def\br at Micah{Mic\BRperiod}%
+\def\br at Nahum{Nah\BRperiod}%
+\def\br at Habakkuk{Hab\BRperiod}%
+\def\br at Zephaniah{Zep\BRperiod}%
+\def\br at Haggai{Hag\BRperiod}%
+\def\br at Zechariah{Zec\BRperiod}%
+\def\br at Malachi{Mal\BRperiod}%
+\def\br at Matthew{Mat\BRperiod}%
+\def\br at Mark{Mar\BRperiod}%
+\def\br at Luke{Luk\BRperiod}%
+\def\br at John{Joh\BRperiod}%
+\def\br at Acts{Act\BRperiod}%
+\def\br at Romans{Rom\BRperiod}%
+\def\br at ICorinthians{\BRepistlenumberstyle{1}Co\BRperiod}%
+\def\br at IICorinthians{\BRepistlenumberstyle{2}Co\BRperiod}%
+\def\br at Galatians{Gal\BRperiod}%
+\def\br at Ephesians{Eph\BRperiod}%
+\def\br at Philippians{Php\BRperiod}%
+\def\br at Colossians{Col\BRperiod}%
+\def\br at IThessalonians{\BRepistlenumberstyle{1}Th\BRperiod}%
+\def\br at IIThessalonians{\BRepistlenumberstyle{2}Th\BRperiod}%
+\def\br at ITimothy{\BRepistlenumberstyle{1}Ti\BRperiod}%
+\def\br at IITimothy{\BRepistlenumberstyle{2}Ti\BRperiod}%
+\def\br at Titus{Tit\BRperiod}%
+\def\br at Philemon{Phm\BRperiod}%
+\def\br at Hebrews{Heb\BRperiod}%
+\def\br at James{Jam\BRperiod}%
+\def\br at IPeter{\BRepistlenumberstyle{1}Pe\BRperiod}%
+\def\br at IIPeter{\BRepistlenumberstyle{2}Pe\BRperiod}%
+\def\br at IJohn{\BRepistlenumberstyle{1}Jo}%
+\def\br at IIJohn{\BRepistlenumberstyle{2}Jo}%
+\def\br at IIIJohn{\BRepistlenumberstyle{3}Jo}%
+\def\br at Jude{Jde\BRperiod}%
+\def\br at Revelation{Rev\BRperiod}}
 \newcommand*\br at Gn{\br at Genesis}%
 \newcommand*\br at Ex{\br at Exodus}%
 \newcommand*\br at Lv{\br at Leviticus}%
@@ -318,7 +392,6 @@
 \newcommand*\br at Lm{\br at Lamentations}%
 \newcommand*\br at Ba{\br at Baruch}%
 \newcommand*\br at Bar{\br at Baruch}%
-\newcommand*\br at Ezk{\br at Ezekiel}%
 \newcommand*\br at Dn{\br at Daniel}%
 \newcommand*\br at Ho{\br at Hosea}%
 \newcommand*\br at Jl{\br at Joel}%
@@ -336,14 +409,10 @@
 \newcommand*\br at Mk{\br at Mark}%
 \newcommand*\br at Lk{\br at Luke}%
 \newcommand*\br at Jn{\br at John}%
-\newcommand*\br at Ac{\br at Acts}%
 \newcommand*\br at Rm{\br at Romans}%
-\newcommand*\br at ICo{\br at ICorinthians}%
-\newcommand*\br at IICo{\br at IICorinthians}%
 \newcommand*\br at Ga{\br at Galatians}%
 \newcommand*\br at Ep{\br at Ephesians}%
 \newcommand*\br at Ph{\br at Philippians}%
-\newcommand*\br at Col{\br at Colossians}%
 \newcommand*\br at ITh{\br at IThessalonians}%
 \newcommand*\br at IITh{\br at IIThessalonians}%
 \newcommand*\br at ITm{\br at ITimothy}%
@@ -358,25 +427,45 @@
 \newcommand*\br at IIJn{\br at IIJohn}%
 \newcommand*\br at Rv{\br at Revelation}
 \newcommand*\br at Gen{\br at Genesis}%
+\newcommand*\br at Exo{\br at Exodus}%
 \newcommand*\br at Exod{\br at Exodus}%
 \newcommand*\br at Lev{\br at Leviticus}%
+\newcommand*\br at Levit{\br at Leviticus}%
 \newcommand*\br at Num{\br at Numbers}%
+\newcommand*\br at Deu{\br at Deuteronomy}%
 \newcommand*\br at Deut{\br at Deuteronomy}%
 \newcommand*\br at Josh{\br at Joshua}%
+\newcommand*\br at Jsh{\br at Joshua}%
 \newcommand*\br at Judg{\br at Judges}%
+\newcommand*\br at Jdg{\br at Judges}%
+\newcommand*\br at Rut{\br at Ruth}%
 \newcommand*\br at ISam{\br at ISamuel}%
+\newcommand*\br at ISa{\br at ISamuel}%
 \newcommand*\br at IISam{\br at IISamuel}%
+\newcommand*\br at IISa{\br at IISamuel}%
 \newcommand*\br at IKgs{\br at IKings}%
+\newcommand*\br at IKi{\br at IKings}%
+\newcommand*\br at IKin{\br at IKings}%
 \newcommand*\br at IIKgs{\br at IIKings}%
+\newcommand*\br at IIKi{\br at IIKings}%
+\newcommand*\br at IIKin{\br at IIKings}%
 \newcommand*\br at IChr{\br at IChronicles}%
 \newcommand*\br at IIChr{\br at IIChronicles}%
 \newcommand*\br at Neh{\br at Nehemiah}%
 \newcommand*\br at Esth{\br at Esther}%
 \newcommand*\br at IMacc{\br at IMaccabees}%
+\newcommand*\br at IMac{\br at IMaccabees}%
+\newcommand*\br at IIMac{\br at IIMaccabees}%
 \newcommand*\br at IIMacc{\br at IIMaccabees}%
+\newcommand*\br at Psa{\br at Psalms}%
+\newcommand*\br at Psal{\br at Psalms}%
+\newcommand*\br at Pro{\br at Proverbs}%
 \newcommand*\br at Prov{\br at Proverbs}%
 \newcommand*\br at Eccl{\br at Ecclesiastes}%
 \newcommand*\br at SofS{\br at SongofSongs}%
+\newcommand*\br at Son{\br at SongofSongs}%
+\newcommand*\br at Song{\br at SongofSongs}%
+\newcommand*\br at Songs{\br at SongofSongs}%
 \newcommand*\br at Wis{\br at Wisdom}%
 \newcommand*\br at Wisd{\br at Wisdom}%
 \newcommand*\br at Ecclus{\br at Ecclesiasticus}%
@@ -384,32 +473,65 @@
 \newcommand*\br at Jer{\br at Jeremiah}%
 \newcommand*\br at Lam{\br at Lamentations}%
 \newcommand*\br at Ezek{\br at Ezekiel}%
+\newcommand*\br at Ezk{\br at Ezekiel}%
+\newcommand*\br at Eze{\br at Ezekiel}%
 \newcommand*\br at Dan{\br at Daniel}%
 \newcommand*\br at Hos{\br at Hosea}%
+\newcommand*\br at Joe{\br at Joel}%
+\newcommand*\br at Amo{\br at Amos}%
 \newcommand*\br at Obad{\br at Obadiah}%
+\newcommand*\br at Oba{\br at Obadiah}%
 \newcommand*\br at Mic{\br at Micah}%
 \newcommand*\br at Nah{\br at Nahum}%
 \newcommand*\br at Zeph{\br at Zephaniah}%
+\newcommand*\br at Zep{\br at Zephaniah}%
 \newcommand*\br at Hag{\br at Haggai}%
 \newcommand*\br at Zech{\br at Zechariah}%
+\newcommand*\br at Zec{\br at Zechariah}%
 \newcommand*\br at Mal{\br at Malachi}%
 \newcommand*\br at Matt{\br at Matthew}%
+\newcommand*\br at Mat{\br at Matthew}%
+\newcommand*\br at Mar{\br at Mark}%
+\newcommand*\br at Luk{\br at Luke}%
+\newcommand*\br at Joh{\br at John}%
+\newcommand*\br at Ac{\br at Acts}%
 \newcommand*\br at Rom{\br at Romans}%
+\newcommand*\br at ICo{\br at ICorinthians}%
 \newcommand*\br at ICor{\br at ICorinthians}%
+\newcommand*\br at IICo{\br at IICorinthians}%
 \newcommand*\br at IICor{\br at IICorinthians}%
 \newcommand*\br at Gal{\br at Galatians}%
 \newcommand*\br at Eph{\br at Ephesians}%
 \newcommand*\br at Phil{\br at Philippians}%
+\newcommand*\br at Php{\br at Philippians}%
+\newcommand*\br at Col{\br at Colossians}%
+\newcommand*\br at IThe{\br at IThessalonians}%
+\newcommand*\br at IThes{\br at IThessalonians}%
 \newcommand*\br at IThess{\br at IThessalonians}%
+\newcommand*\br at IIThe{\br at IIThessalonians}%
+\newcommand*\br at IIThes{\br at IIThessalonians}%
 \newcommand*\br at IIThess{\br at IIThessalonians}%
+\newcommand*\br at ITi{\br at ITimothy}%
 \newcommand*\br at ITim{\br at ITimothy}%
+\newcommand*\br at IITi{\br at IITimothy}%
 \newcommand*\br at IITim{\br at IITimothy}%
 \newcommand*\br at Tit{\br at Titus}%
 \newcommand*\br at Ti{\br at Titus}%
 \newcommand*\br at Philem{\br at Philemon}%
+\newcommand*\br at Hb{\br at Hebrews}%
 \newcommand*\br at Jas{\br at James}%
+\newcommand*\br at Jam{\br at James}%
 \newcommand*\br at IPet{\br at IPeter}%
+\newcommand*\br at IPe{\br at IPeter}%
 \newcommand*\br at IIPet{\br at IIPeter}%
+\newcommand*\br at IIPe{\br at IIPeter}%
+\newcommand*\br at IJo{\br at IJohn}%
+\newcommand*\br at IJoh{\br at IJohn}%
+\newcommand*\br at IIJo{\br at IIJohn}%
+\newcommand*\br at IIJoh{\br at IIJohn}%
+\newcommand*\br at IIIJn{\br at IIIJohn}%
+\newcommand*\br at IIIJo{\br at IIIJohn}%
+\newcommand*\br at IIIJoh{\br at IIIJohn}%
 \newcommand*\br at Rev{\br at Revelation}
 \newcommand*{\brs at default}{%
 \brfullname



More information about the tex-live-commits mailing list