summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bibleref-french
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-20 23:09:39 +0000
committerKarl Berry <karl@freefriends.org>2011-09-20 23:09:39 +0000
commit5af36a3782004a781c0854e0f83ca435ce2140c6 (patch)
treef55fc0198cdb96a8324763856859bdc154370c48 /Master/texmf-dist/source/latex/bibleref-french
parentd7a430a6ab545220278c85d7d98696674ecd83ea (diff)
bibleref-french (20sep11)
git-svn-id: svn://tug.org/texlive/trunk@24036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bibleref-french')
-rw-r--r--Master/texmf-dist/source/latex/bibleref-french/bibleref-french.dtx669
-rw-r--r--Master/texmf-dist/source/latex/bibleref-french/bibleref-french.ins2
2 files changed, 646 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.dtx b/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.dtx
index e812f05f2e9..daad5517325 100644
--- a/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.dtx
+++ b/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.dtx
@@ -15,16 +15,22 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}
%<package|extract|driver>\def\BRFfileversion{v2.1}%
-%<package|extract|driver>\def\BRFfiledate{2011/07/12}%
+%<package|extract|driver>\def\BRFfiledate{2011/09/18}%
%<package|extract|driver>\def\BRFfileinfo{French translation of the bibleref package}%
%<package>\ProvidesPackage{bibleref-french}
%<package> [\BRFfiledate\space\BRFfileversion\space\BRFfileinfo]
%
%<*driver>
\documentclass{ltxdoc}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
\usepackage[english,french]{babel}
+\usepackage[citestyle=verbose]{biblatex}
+\bibliography{inclus/bible.bib}
\usepackage{bibleref-french}
+\usepackage{placeins}
\usepackage[breaklinks=true,unicode=true]{hyperref}
+\usepackage{longtable}
\EnableCrossrefs
\CodelineIndex
\RecordChanges
@@ -38,6 +44,7 @@
% \fi
%
% \CheckSum{0}
+% \changes{v2.1}{2011/09/18}{New options to manage sorting in index}
% \changes{v2.0.1}{2011/07/12}{Non breakable space after comma in jerusalem style. No differences between catholics and protestants about the name of Qohelet}
% \changes{v2.0}{2011/06/18}{Make dtx, add styles and protestant/catholic
% options, add index patch, add documentation}
@@ -45,16 +52,19 @@
%
% \GetFileInfo{bibleref-french.dtx}
%
-% \title{The \textsf{bibleref-french} package}
-% \author{Ma\"ieul Rouquette \\ \& \\ Rapha\"el Pinson \\ \texttt{raphink@gmail.com}}
+% \title{The \textsf{bibleref-french} package\thanks{Version 2.1}}
+% \author{Ma\"ieul Rouquette \\ \texttt{maieul at maieul dot net} \& \\ Rapha\"el Pinson \\ \texttt{raphink@gmail.com}}
%
% \maketitle
%
% \begin{abstract}
% The \textsf{bibleref-french} package provides a French translation
% of the \textsf{bibleref} package.
+%
+%You can see a french version of this documentation on the file \href{bibleref-french-francais.pdf}{bibleref-french-francais.pdf}.
% \end{abstract}
%
+%\tableofcontents
% \section{Usage}
%
% This package inherits the commands from the \textsf{bibleref} package.
@@ -75,14 +85,14 @@
%\label{tab:styles}
%\vspace{10pt}
%\begin{center}
-%\input{styles.tex}
+%\input{inclus/styles.tex}
%\end{center}
%\end{table}
%\selectlanguage{english}
%
% \subsection{Catholic and Protestant book names}
%
-% A book of the old Testament is called Isa\"ie by catholics and Esa\"ie by protestants.
+% A book of the Old Testament is called Isa\"ie by catholics and Esa\"ie by protestants.
% For this reason, this package provides two additional options:
% \textsf{catholic} (or \textsf{catholique}) and \textsf{protestant}.
%
@@ -104,21 +114,14 @@
%
% The same is true for \verb!brabbrvname! and derivated commands.
%
-% \subsection{Sorting books in indexes}
-%
-% The \textsf{bibleref} package allows to set the order to books
-% to generate the index of Bible references.
-%
-% However, it uses the full names of Bible books to sort them, which is
-% problematic in French since there are accents in Bible book names.
-%
-% To fix that, this package patches \textsf{bibleref} to use
-% shortcuts instead of full book names.
-%
-% As a result, the \verb!\biblerefmap! must be used with the \emph{exact}
-% string used in the \verb!\ibibleref! calls. For example, if you use
-% \verb!\ibibleref{Jn}(3:16)!, you will need to declare \verb!\biblerefmap{Jn}{43}!
-% instead of \verb!\biblerefmap{Jean}{43}!.
+%\subsection{List of books}
+
+%\def\abreviation{Shorthand}
+%\def\livre{Book}
+% This is list of books, with shorthands
+
+%\input{inclus/livres}
+
%
% \subsection{Non-breakable Spaces}
%
@@ -143,6 +146,46 @@
% and the chapter number, it is recommended that you call \verb!\BRallowhypbch!
% in an environment that contains the problematic paragraph.
%
+%\section{Sorting in indexes}
+% The \textsf{bibleref} package allows to set the order to books
+% to generate the index of Bible references.
+%
+% However, it uses the full names of Bible books to sort them, which is
+% problematic in French since there are accents in Bible book names.
+%
+% To fix that, this package patches \textsf{bibleref} to use
+% shortcuts instead of full book names.
+%
+% As a result, the \verb!\biblerefmap! must be used with the \emph{exact}
+% string used in the \verb!\ibibleref! calls. For example, if you use
+% \verb!\ibibleref{Jn}(3:16)!, you will need to declare \verb!\biblerefmap{Jn}{43}!
+% instead of \verb!\biblerefmap{Jean}{43}!.
+%
+% If you use the \cs{ibibleref} command, you can see that the default order is not very good. For example, the numbered books are tidy at the letter `i'.
+%
+% The package provides options to have a better sorting\footcite[For the Old Testament, the protestants follow the jew canon for his content, but they follow the sorting of the catholic canon. See][]{canons}. You can choose one of this option, at the loading of package.
+% \begin{description}
+% \item[indexalphac]the books are sorted in alphabetic order, using catholic names.
+%\item[indexalphap]the books are sorted in alphabetic order, using protestant names.
+%\item[indexLXX]the books are sorted in the order of classic christian bibles, for the Old Testament in accordance with Septuagint. Old and New Testament are in the same section.
+%\item[indextestamentsL]the books are sorted in the order of classic christian bibles, for the Old Testament in accordance with the Septuagint. Old and New Testaments make two sections.
+%\item[indexTOB]the books are sorted in the order of the \emph{Traduction Œcuménique de la Bible}, for the Old Testament in accordance with the hebraic Bible, followed by the deuterocanonical books. Old and New Testament are in the same section.
+%\item[indextestamentsT]the books are sorted in the order of the \emph{Traduction Œcuménique de la Bible}, for the Old Testament in accordance with the hebraic Bible, followed by the deuterocanonical books. Old and New Testaments make two sections.
+%\item[indexBHS]the books of hebraic bible are sorted like in the classic hebraic bible. The Torah, the Nebiim and the Ketouvim are in the same sections. The deuterocanonical books and the books of New Testament are not sorted.
+%\item[indexTanak]the books of hebraic bible are sorted like in the classic hebraic bible. The Torah, the Nebiim and the Ketouvim are in three sections. The deuterocanonical books and the books of New Testament are not sorted.
+%\end{description}
+%
+%For options \verb|indexTOB| et \verb|indextestamentsT|, the book of Esther is view in his hebraic version, and is put in the writings.
+%\subsection{Name of parts of bible}
+%It's possible to rename the name of part of Bible. For example to rename `Torah' on `Loi'.
+% To do that, you must redefine, with \cs{renewcommand} one ore more of these commands :
+% \begin{itemize}
+% \item \cs{Torah} ;
+% \item \cs{Nebiim} ;
+% \item \cs{Ketouvim} ;
+% \item \cs{AT};
+% \item \cs{NT}.
+% \end{itemize}
% \section{Known Issues}
%
% \subsection{Book Names in \textsf{text} style}
@@ -167,7 +210,7 @@
%\end{center}
%\end{table}
%
-% \StopEventually{\PrintIndex}
+% \StopEventually{\FloatBarrier\PrintIndex\phantomsection\addcontentsline{toc}{section}{Changes History}\PrintChanges}
%
% \section{Implementation}
%
@@ -260,7 +303,7 @@
\def\br@Ezekiel{\BRbookof \'Ez\'echiel}%
\def\br@Daniel{\BRbookof Daniel}%
\def\br@Hosea{\BRbookof Os\'ee}%
-\def\br@Joel{\BRbookof Joël}%
+\def\br@Joel{\BRbookof Jo\"el}%
\def\br@Amos{\BRbookof Amos}%
\def\br@Obadiah{\BRbookof Abdias}%
\def\br@Jonah{\BRbookof Jonas}%
@@ -383,7 +426,7 @@
% \subsection{Aliases}
%
% \begin{macrocode}
-% Les alias pour lorsqu'on utilise pas le même raccourcis en anglais et en FR
+% Alias when the shorthand in French is not the same in English.
%\newcommand*\br@Gn{\br@Genesis}%
\newcommand*\br@Ge{\br@Genesis}%
%\newcommand*\br@Ex{\br@Exodus}%
@@ -696,6 +739,576 @@ chapitre \protect\numberstringnum{##1}}%
}
% \end{macrocode}
%
+% \subsection{Order in index}
+%\begin{macrocode}
+
+\newcommand{\AT}{Ancien Testament}
+\newcommand{\NT}{Nouveau Testament}
+\newcommand{\Torah}{Torah}
+\newcommand{\Nebiim}{Nebiim}
+\newcommand{\Ketouvim}{Ketouvim}
+
+\newcommand{\refmap@alphap}{
+\biblerefmap{Ab}{01}
+\biblerefmap{Ac}{02}
+\biblerefmap{Ag}{03}
+\biblerefmap{Am}{04}
+\biblerefmap{Ap}{05}
+\biblerefmap{Ba}{06}
+\biblerefmap{Col}{07}
+\biblerefmap{Ct}{08}
+\biblerefmap{ICh}{09}
+\biblerefmap{IICh}{10}
+\biblerefmap{ICo}{11}
+\biblerefmap{IICo}{12}
+\biblerefmap{Dn}{13}
+\biblerefmap{Dt}{14}
+\biblerefmap{Ep}{15}
+\biblerefmap{Es}{16}
+\biblerefmap{Is}{16}
+\biblerefmap{Esd}{18}
+\biblerefmap{Est}{19}
+\biblerefmap{Ex}{20}
+\biblerefmap{Ez}{21}
+\biblerefmap{Ga}{22}
+\biblerefmap{Gn}{23}
+\biblerefmap{Ha}{24}
+\biblerefmap{He}{25}
+\biblerefmap{Jb}{26}
+\biblerefmap{Jc}{27}
+\biblerefmap{Jdt}{28}
+\biblerefmap{Jg}{29}
+\biblerefmap{Jl}{30}
+\biblerefmap{Jn}{31}
+\biblerefmap{IJn}{32}
+\biblerefmap{IIJn}{33}
+\biblerefmap{IIIJn}{34}
+\biblerefmap{Jon}{35}
+\biblerefmap{Jos}{36}
+\biblerefmap{Jr}{37}
+\biblerefmap{Jude}{38}
+\biblerefmap{Lc}{39}
+\biblerefmap{Lm}{40}
+\biblerefmap{Lv}{41}
+\biblerefmap{IM}{42}
+\biblerefmap{IIM}{43}
+\biblerefmap{Mc}{44}
+\biblerefmap{Mi}{45}
+\biblerefmap{Ml}{46}
+\biblerefmap{Mt}{47}
+\biblerefmap{Na}{48}
+\biblerefmap{Nb}{49}
+\biblerefmap{Ne}{50}
+\biblerefmap{Os}{51}
+\biblerefmap{Ph}{52}
+\biblerefmap{Phm}{53}
+\biblerefmap{Pr}{54}
+\biblerefmap{Ps}{55}
+\biblerefmap{IP}{56}
+\biblerefmap{IIP}{57}
+\biblerefmap{Qo}{58}
+\biblerefmap{IR}{59}
+\biblerefmap{IIR}{60}
+\biblerefmap{Rm}{61}
+\biblerefmap{Rt}{62}
+\biblerefmap{IS}{63}
+\biblerefmap{IIS}{64}
+\biblerefmap{Sg}{65}
+\biblerefmap{Si}{66}
+\biblerefmap{So}{67}
+\biblerefmap{Tb}{68}
+\biblerefmap{ITm}{69}
+\biblerefmap{IITm}{70}
+\biblerefmap{ITh}{71}
+\biblerefmap{IITh}{72}
+\biblerefmap{Tt}{73}
+\biblerefmap{Za}{74}
+}
+\newcommand{\refmap@alphac}{
+\biblerefmap{Ab}{01}
+\biblerefmap{Ac}{02}
+\biblerefmap{Ag}{03}
+\biblerefmap{Am}{04}
+\biblerefmap{Ap}{05}
+\biblerefmap{Ba}{06}
+\biblerefmap{Col}{07}
+\biblerefmap{Ct}{08}
+\biblerefmap{ICh}{09}
+\biblerefmap{IICh}{10}
+\biblerefmap{ICo}{11}
+\biblerefmap{IICo}{12}
+\biblerefmap{Dn}{13}
+\biblerefmap{Dt}{14}
+\biblerefmap{Ep}{15}
+\biblerefmap{Esd}{16}
+\biblerefmap{Est}{17}
+\biblerefmap{Ex}{18}
+\biblerefmap{Ez}{19}
+\biblerefmap{Ga}{20}
+\biblerefmap{Gn}{21}
+\biblerefmap{Ha}{22}
+\biblerefmap{He}{23}
+\biblerefmap{Es}{24}
+\biblerefmap{Is}{24}
+\biblerefmap{Jb}{26}
+\biblerefmap{Jc}{27}
+\biblerefmap{Jdt}{28}
+\biblerefmap{Jg}{29}
+\biblerefmap{Jl}{30}
+\biblerefmap{Jn}{31}
+\biblerefmap{IJn}{32}
+\biblerefmap{IIJn}{33}
+\biblerefmap{IIIJn}{34}
+\biblerefmap{Jon}{35}
+\biblerefmap{Jos}{36}
+\biblerefmap{Jr}{37}
+\biblerefmap{Jude}{38}
+\biblerefmap{Lc}{39}
+\biblerefmap{Lm}{40}
+\biblerefmap{Lv}{41}
+\biblerefmap{IM}{42}
+\biblerefmap{IIM}{43}
+\biblerefmap{Mc}{44}
+\biblerefmap{Mi}{45}
+\biblerefmap{Ml}{46}
+\biblerefmap{Mt}{47}
+\biblerefmap{Na}{48}
+\biblerefmap{Nb}{49}
+\biblerefmap{Ne}{50}
+\biblerefmap{Os}{51}
+\biblerefmap{Ph}{52}
+\biblerefmap{Phm}{53}
+\biblerefmap{Pr}{54}
+\biblerefmap{Ps}{55}
+\biblerefmap{IP}{56}
+\biblerefmap{IIP}{57}
+\biblerefmap{Qo}{58}
+\biblerefmap{IR}{59}
+\biblerefmap{IIR}{60}
+\biblerefmap{Rm}{61}
+\biblerefmap{Rt}{62}
+\biblerefmap{IS}{63}
+\biblerefmap{IIS}{64}
+\biblerefmap{Sg}{65}
+\biblerefmap{Si}{66}
+\biblerefmap{So}{67}
+\biblerefmap{Tb}{68}
+\biblerefmap{ITm}{69}
+\biblerefmap{IITm}{70}
+\biblerefmap{ITh}{71}
+\biblerefmap{IITh}{72}
+\biblerefmap{Tt}{73}
+\biblerefmap{Za}{74}
+}
+
+\newcommand{\refmap@Tanak}{
+\biblerefmap{Gn}{1@\Torah!01}
+\biblerefmap{Ex}{1@\Torah!02}
+\biblerefmap{Lv}{1@\Torah!03}
+\biblerefmap{Nb}{1@\Torah!04}
+\biblerefmap{Dt}{1@\Torah!05}
+\biblerefmap{Jos}{2@\Nebiim!06}
+\biblerefmap{Jg}{2@\Nebiim!07}
+\biblerefmap{IS}{2@\Nebiim!08}
+\biblerefmap{IIS}{2@\Nebiim!09}
+\biblerefmap{IR}{2@\Nebiim!10}
+\biblerefmap{IIR}{2@\Nebiim!11}
+\biblerefmap{Is}{2@\Nebiim!18}
+\biblerefmap{Es}{2@\Nebiim!18}
+\biblerefmap{Jr}{2@\Nebiim!19}
+\biblerefmap{Ez}{2@\Nebiim!20}
+\biblerefmap{Os}{2@\Nebiim!21}
+\biblerefmap{Jl}{2@\Nebiim!22}
+\biblerefmap{Am}{2@\Nebiim!23}
+\biblerefmap{Ab}{2@\Nebiim!24}
+\biblerefmap{Jon}{2@\Nebiim!25}
+\biblerefmap{Mi}{2@\Nebiim!26}
+\biblerefmap{Na}{2@\Nebiim!27}
+\biblerefmap{Ha}{2@\Nebiim!28}
+\biblerefmap{So}{2@\Nebiim!29}
+\biblerefmap{Ag}{2@\Nebiim!30}
+\biblerefmap{Za}{2@\Nebiim!31}
+\biblerefmap{Ml}{2@\Nebiim!32}
+\biblerefmap{Ps}{03@\Ketouvim!33}
+\biblerefmap{Jb}{03@\Ketouvim!34}
+\biblerefmap{Pr}{03@\Ketouvim!35}
+\biblerefmap{Rt}{03@\Ketouvim!36}
+\biblerefmap{Ct}{03@\Ketouvim!37}
+\biblerefmap{Qo}{03@\Ketouvim!38}
+\biblerefmap{Lm}{03@\Ketouvim!39}
+\biblerefmap{Est}{03@\Ketouvim!40}
+\biblerefmap{Dn}{03@\Ketouvim!41}
+\biblerefmap{Esd}{03@\Ketouvim!42}
+\biblerefmap{Ne}{03@\Ketouvim!43}
+\biblerefmap{ICh}{03@\Ketouvim!44}
+\biblerefmap{IICh}{03@\Ketouvim!45}
+}
+
+\newcommand{\refmap@BHS}{
+\biblerefmap{Gn}{01}
+\biblerefmap{Ex}{02}
+\biblerefmap{Lv}{03}
+\biblerefmap{Nb}{04}
+\biblerefmap{Dt}{05}
+\biblerefmap{Jos}{06}
+\biblerefmap{Jg}{07}
+\biblerefmap{IS}{08}
+\biblerefmap{IIS}{09}
+\biblerefmap{IR}{10}
+\biblerefmap{IIR}{11}
+\biblerefmap{Is}{18}
+\biblerefmap{Es}{18}
+\biblerefmap{Jr}{19}
+\biblerefmap{Ez}{20}
+\biblerefmap{Os}{21}
+\biblerefmap{Jl}{22}
+\biblerefmap{Am}{23}
+\biblerefmap{Ab}{24}
+\biblerefmap{Jon}{25}
+\biblerefmap{Mi}{26}
+\biblerefmap{Na}{27}
+\biblerefmap{Ha}{28}
+\biblerefmap{So}{29}
+\biblerefmap{Ag}{30}
+\biblerefmap{Za}{31}
+\biblerefmap{Ml}{32}
+\biblerefmap{Ps}{33}
+\biblerefmap{Jb}{34}
+\biblerefmap{Pr}{35}
+\biblerefmap{Rt}{36}
+\biblerefmap{Ct}{37}
+\biblerefmap{Qo}{38}
+\biblerefmap{Lm}{39}
+\biblerefmap{Est}{40}
+\biblerefmap{Dn}{41}
+\biblerefmap{Esd}{42}
+\biblerefmap{Ne}{43}
+\biblerefmap{ICh}{44}
+\biblerefmap{IICh}{45}
+}
+
+\newcommand{\refmap@testamentsL}{
+\biblerefmap{Gn}{1@\AT!01}
+\biblerefmap{Ex}{1@\AT!02}
+\biblerefmap{Lv}{1@\AT!03}
+\biblerefmap{Nb}{1@\AT!04}
+\biblerefmap{Dt}{1@\AT!05}
+
+\biblerefmap{Jos}{1@\AT!06}
+\biblerefmap{Jg}{1@\AT!07}
+\biblerefmap{Rt}{1@\AT!08}
+\biblerefmap{IS}{1@\AT!09}
+\biblerefmap{IIS}{1@\AT!11}
+\biblerefmap{IR}{1@\AT!11}
+\biblerefmap{IIR}{1@\AT!12}
+\biblerefmap{ICh}{1@\AT!13}
+\biblerefmap{IICh}{1@\AT!14}
+\biblerefmap{Esd}{1@\AT!15}
+\biblerefmap{Ne}{1@\AT!16}
+\biblerefmap{Est}{1@\AT!17}
+\biblerefmap{Tb}{1@\AT!18}
+\biblerefmap{Jdt}{1@\AT!19}
+\biblerefmap{IM}{1@\AT!20}
+\biblerefmap{IIM}{1@\AT!21}
+
+\biblerefmap{Jb}{1@\AT!22}
+\biblerefmap{Ps}{1@\AT!23}
+\biblerefmap{Pr}{1@\AT!24}
+\biblerefmap{Qo}{1@\AT!25}
+\biblerefmap{Ct}{1@\AT!26}
+\biblerefmap{Sg}{1@\AT!27}
+\biblerefmap{Si}{1@\AT!28}
+
+\biblerefmap{Is}{1@\AT!29}
+\biblerefmap{Es}{1@\AT!29}
+\biblerefmap{Jr}{1@\AT!30}
+\biblerefmap{Lm}{1@\AT!31}
+\biblerefmap{Ba}{1@\AT!32}
+\biblerefmap{Ez}{1@\AT!33}
+\biblerefmap{Dn}{1@\AT!34}
+\biblerefmap{Os}{1@\AT!35}
+\biblerefmap{Jl}{1@\AT!36}
+\biblerefmap{Am}{1@\AT!37}
+\biblerefmap{Ab}{1@\AT!38}
+\biblerefmap{Jon}{1@\AT!39}
+\biblerefmap{Mi}{1@\AT!40}
+\biblerefmap{Na}{1@\AT!41}
+\biblerefmap{Ha}{1@\AT!42}
+\biblerefmap{So}{1@\AT!43}
+\biblerefmap{Ag}{1@\AT!43}
+\biblerefmap{Za}{1@\AT!45}
+\biblerefmap{Ml}{1@\AT!46}
+
+\biblerefmap{Mt}{2@\NT!47}
+\biblerefmap{Mc}{2@\NT!48}
+\biblerefmap{Lc}{2@\NT!49}
+\biblerefmap{Jn}{2@\NT!50}
+\biblerefmap{Ac}{2@\NT!51}
+\biblerefmap{Rm}{2@\NT!52}
+\biblerefmap{ICo}{2@\NT!53}
+\biblerefmap{IICo}{2@\NT!54}
+\biblerefmap{Ga}{2@\NT!55}
+\biblerefmap{Ep}{2@\NT!56}
+\biblerefmap{Ph}{2@\NT!57}
+\biblerefmap{Col}{2@\NT!58}
+\biblerefmap{ITh}{2@\NT!59}
+\biblerefmap{IITh}{2@\NT!60}
+\biblerefmap{ITm}{2@\NT!61}
+\biblerefmap{IITm}{2@\NT!62}
+\biblerefmap{Tt}{2@\NT!63}
+\biblerefmap{Phm}{2@\NT!64}
+\biblerefmap{He}{2@\NT!65}
+\biblerefmap{Jc}{2@\NT!66}
+\biblerefmap{IP}{2@\NT!67}
+\biblerefmap{IIP}{2@\NT!68}
+\biblerefmap{IJn}{2@\NT!69}
+\biblerefmap{IIJn}{2@\NT!70}
+\biblerefmap{IIIJn}{2@\NT!71}
+\biblerefmap{Jude}{2@\NT!72}
+\biblerefmap{Ap}{2@\NT!73}
+}
+\newcommand{\refmap@LXX}{
+\biblerefmap{Gn}{01}
+\biblerefmap{Ex}{02}
+\biblerefmap{Lv}{03}
+\biblerefmap{Nb}{04}
+\biblerefmap{Dt}{05}
+
+\biblerefmap{Jos}{06}
+\biblerefmap{Jg}{07}
+\biblerefmap{Rt}{08}
+\biblerefmap{IS}{09}
+\biblerefmap{IIS}{11}
+\biblerefmap{IR}{11}
+\biblerefmap{IIR}{12}
+\biblerefmap{ICh}{13}
+\biblerefmap{IICh}{14}
+\biblerefmap{Esd}{15}
+\biblerefmap{Ne}{16}
+\biblerefmap{Est}{17}
+\biblerefmap{Tb}{18}
+\biblerefmap{Jdt}{19}
+\biblerefmap{IM}{20}
+\biblerefmap{IIM}{21}
+
+\biblerefmap{Jb}{22}
+\biblerefmap{Ps}{23}
+\biblerefmap{Pr}{24}
+\biblerefmap{Qo}{25}
+\biblerefmap{Ct}{26}
+\biblerefmap{Sg}{27}
+\biblerefmap{Si}{28}
+
+\biblerefmap{Is}{29}
+\biblerefmap{Es}{29}
+\biblerefmap{Jr}{30}
+\biblerefmap{Lm}{31}
+\biblerefmap{Ba}{32}
+\biblerefmap{Ez}{33}
+\biblerefmap{Dn}{34}
+\biblerefmap{Os}{35}
+\biblerefmap{Jl}{36}
+\biblerefmap{Am}{37}
+\biblerefmap{Ab}{38}
+\biblerefmap{Jon}{39}
+\biblerefmap{Mi}{40}
+\biblerefmap{Na}{41}
+\biblerefmap{Ha}{42}
+\biblerefmap{So}{43}
+\biblerefmap{Ag}{44}
+\biblerefmap{Za}{45}
+\biblerefmap{Ml}{46}
+
+\biblerefmap{Mt}{47}
+\biblerefmap{Mc}{48}
+\biblerefmap{Lc}{49}
+\biblerefmap{Jn}{50}
+\biblerefmap{Ac}{51}
+\biblerefmap{Rm}{52}
+\biblerefmap{ICo}{53}
+\biblerefmap{IICo}{54}
+\biblerefmap{Ga}{55}
+\biblerefmap{Ep}{56}
+\biblerefmap{Ph}{57}
+\biblerefmap{Col}{58}
+\biblerefmap{ITh}{59}
+\biblerefmap{IITh}{60}
+\biblerefmap{ITm}{61}
+\biblerefmap{IITm}{62}
+\biblerefmap{Tt}{63}
+\biblerefmap{Phm}{64}
+\biblerefmap{He}{65}
+\biblerefmap{Jc}{66}
+\biblerefmap{IP}{67}
+\biblerefmap{IIP}{68}
+\biblerefmap{IJn}{69}
+\biblerefmap{IIJn}{70}
+\biblerefmap{IIIJn}{71}
+\biblerefmap{Jude}{72}
+\biblerefmap{Ap}{73}
+}
+
+
+
+\newcommand{\refmap@TOB}{
+\biblerefmap{Gn}{01}
+\biblerefmap{Ex}{02}
+\biblerefmap{Lv}{03}
+\biblerefmap{Nb}{04}
+\biblerefmap{Dt}{05}
+\biblerefmap{Jos}{06}
+\biblerefmap{Jg}{07}
+\biblerefmap{IS}{08}
+\biblerefmap{IIS}{09}
+\biblerefmap{IR}{10}
+\biblerefmap{IIR}{11}
+
+\biblerefmap{Is}{12}
+\biblerefmap{Es}{12}
+\biblerefmap{Jr}{13}
+\biblerefmap{Ez}{14}
+\biblerefmap{Os}{15}
+\biblerefmap{Jl}{16}
+\biblerefmap{Am}{17}
+\biblerefmap{Ab}{18}
+\biblerefmap{Jon}{19}
+\biblerefmap{Mi}{20}
+\biblerefmap{Na}{21}
+\biblerefmap{Ha}{22}
+\biblerefmap{So}{23}
+\biblerefmap{Ag}{24}
+\biblerefmap{Za}{25}
+\biblerefmap{Ml}{26}
+\biblerefmap{Ps}{27}
+\biblerefmap{Jb}{28}
+\biblerefmap{Pr}{29}
+\biblerefmap{Rt}{30}
+\biblerefmap{Ct}{31}
+\biblerefmap{Qo}{32}
+\biblerefmap{Lm}{33}
+\biblerefmap{Est}{34}
+\biblerefmap{Dn}{35}
+\biblerefmap{Esd}{36}
+\biblerefmap{Ne}{37}
+\biblerefmap{ICh}{38}
+\biblerefmap{IICh}{39}
+\biblerefmap{Jdt}{40}
+\biblerefmap{Tb}{41}
+\biblerefmap{IM}{42}
+\biblerefmap{IIM}{43}
+\biblerefmap{Sg}{44}
+\biblerefmap{Si}{45}
+\biblerefmap{Ba}{46}
+
+\biblerefmap{Mt}{47}
+\biblerefmap{Mc}{48}
+\biblerefmap{Lc}{49}
+\biblerefmap{Jn}{50}
+\biblerefmap{Ac}{51}
+\biblerefmap{Rm}{52}
+\biblerefmap{ICo}{53}
+\biblerefmap{IICo}{54}
+\biblerefmap{Ga}{55}
+\biblerefmap{Ep}{56}
+\biblerefmap{Ph}{57}
+\biblerefmap{Col}{58}
+\biblerefmap{ITh}{59}
+\biblerefmap{IITh}{60}
+\biblerefmap{ITm}{61}
+\biblerefmap{IITm}{62}
+\biblerefmap{Tt}{63}
+\biblerefmap{Phm}{64}
+\biblerefmap{He}{65}
+\biblerefmap{Jc}{66}
+\biblerefmap{IP}{67}
+\biblerefmap{IIP}{68}
+\biblerefmap{IJn}{69}
+\biblerefmap{IIJn}{70}
+\biblerefmap{IIIJn}{71}
+\biblerefmap{Jude}{72}
+\biblerefmap{Ap}{73}
+}
+
+\newcommand{\refmap@testamentsT}{
+\biblerefmap{Gn}{1@\AT!01}
+\biblerefmap{Ex}{1@\AT!02}
+\biblerefmap{Lv}{1@\AT!03}
+\biblerefmap{Nb}{1@\AT!04}
+\biblerefmap{Dt}{1@\AT!05}
+\biblerefmap{Jos}{1@\AT!06}
+\biblerefmap{Jg}{1@\AT!07}
+\biblerefmap{IS}{1@\AT!08}
+\biblerefmap{IIS}{1@\AT!09}
+\biblerefmap{IR}{1@\AT!10}
+\biblerefmap{IIR}{1@\AT!11}
+
+\biblerefmap{Is}{1@\AT!12}
+\biblerefmap{Es}{1@\AT!12}
+\biblerefmap{Jr}{1@\AT!13}
+\biblerefmap{Ez}{1@\AT!14}
+\biblerefmap{Os}{1@\AT!15}
+\biblerefmap{Jl}{1@\AT!16}
+\biblerefmap{Am}{1@\AT!17}
+\biblerefmap{Ab}{1@\AT!18}
+\biblerefmap{Jon}{1@\AT!19}
+\biblerefmap{Mi}{1@\AT!20}
+\biblerefmap{Na}{1@\AT!21}
+\biblerefmap{Ha}{1@\AT!22}
+\biblerefmap{So}{1@\AT!23}
+\biblerefmap{Ag}{1@\AT!24}
+\biblerefmap{Za}{1@\AT!25}
+\biblerefmap{Ml}{1@\AT!26}
+\biblerefmap{Ps}{1@\AT!27}
+\biblerefmap{Jb}{1@\AT!28}
+\biblerefmap{Pr}{1@\AT!29}
+\biblerefmap{Rt}{1@\AT!30}
+\biblerefmap{Ct}{1@\AT!31}
+\biblerefmap{Qo}{1@\AT!32}
+\biblerefmap{Lm}{1@\AT!33}
+\biblerefmap{Est}{1@\AT!34}
+\biblerefmap{Dn}{1@\AT!35}
+\biblerefmap{Esd}{1@\AT!36}
+\biblerefmap{Ne}{1@\AT!37}
+\biblerefmap{ICh}{1@\AT!38}
+\biblerefmap{IICh}{1@\AT!39}
+\biblerefmap{Jdt}{1@\AT!40}
+\biblerefmap{Tb}{1@\AT!41}
+\biblerefmap{IM}{1@\AT!42}
+\biblerefmap{IIM}{1@\AT!43}
+\biblerefmap{Sg}{1@\AT!44}
+\biblerefmap{Si}{1@\AT!45}
+\biblerefmap{Ba}{1@\AT!46}
+
+\biblerefmap{Mt}{2@\NT!47}
+\biblerefmap{Mc}{2@\NT!48}
+\biblerefmap{Lc}{2@\NT!49}
+\biblerefmap{Jn}{2@\NT!50}
+\biblerefmap{Ac}{2@\NT!51}
+\biblerefmap{Rm}{2@\NT!52}
+\biblerefmap{ICo}{2@\NT!53}
+\biblerefmap{IICo}{2@\NT!54}
+\biblerefmap{Ga}{2@\NT!55}
+\biblerefmap{Ep}{2@\NT!56}
+\biblerefmap{Ph}{2@\NT!57}
+\biblerefmap{Col}{2@\NT!58}
+\biblerefmap{ITh}{2@\NT!59}
+\biblerefmap{IITh}{2@\NT!60}
+\biblerefmap{ITm}{2@\NT!61}
+\biblerefmap{IITm}{2@\NT!62}
+\biblerefmap{Tt}{2@\NT!63}
+\biblerefmap{Phm}{2@\NT!64}
+\biblerefmap{He}{2@\NT!65}
+\biblerefmap{Jc}{2@\NT!66}
+\biblerefmap{IP}{2@\NT!67}
+\biblerefmap{IIP}{2@\NT!68}
+\biblerefmap{IJn}{2@\NT!69}
+\biblerefmap{IIJn}{2@\NT!70}
+\biblerefmap{IIIJn}{2@\NT!71}
+\biblerefmap{Jude}{2@\NT!72}
+\biblerefmap{Ap}{2@\NT!73}
+}
+
+%\end{macrocode}
% \subsection{Allow and Forbid Line Breaks}
%
% \begin{macrocode}
@@ -715,6 +1328,14 @@ chapitre \protect\numberstringnum{##1}}%
\DeclareOption{TOB}{\brs@jerusalem}
\DeclareOption{TOBfull}{\brs@jerusalem}
\DeclareOption{text}{\brs@text}
+\DeclareOption{indexalphac}{\refmap@alphac}
+\DeclareOption{indexalphap}{\refmap@alphap}
+\DeclareOption{indextestamentsL}{\refmap@testamentsL}
+\DeclareOption{indextestamentsT}{\refmap@testamentsT}
+\DeclareOption{indexBHS}{\refmap@BHS}
+\DeclareOption{indexLXX}{\refmap@LXX}
+\DeclareOption{indexTOB}{\refmap@TOB}
+\DeclareOption{indexTanak}{\refmap@Tanak}
% Use Catholic names by default
\let\brfullname\brfullname@catholic
\let\brabbrvname\brabbrvname@catholic
@@ -730,7 +1351,7 @@ chapitre \protect\numberstringnum{##1}}%
\ProcessOptions
\brfullname
% \end{macrocode}
-%
+%
% \Finale
\endinput
diff --git a/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.ins b/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.ins
index 128aa3482af..72e0bb9405c 100644
--- a/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.ins
+++ b/Master/texmf-dist/source/latex/bibleref-french/bibleref-french.ins
@@ -41,7 +41,7 @@ version 2005/12/01 or later.
\Msg{* bibleref-french.sty *}
\Msg{* *}
\Msg{* To produce the documentation run the file *}
-\Msg{* fancytabs.dtx through LaTeX. *}
+\Msg{* bibleref-french.dtx through LaTeX. *}
\Msg{* *}
\Msg{* Happy TeXing! *}
\Msg{* *}