summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bibleref
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bibleref')
-rw-r--r--Master/texmf-dist/tex/latex/bibleref/bibleref.sty15
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/bibleref/bibleref.sty b/Master/texmf-dist/tex/latex/bibleref/bibleref.sty
index 70b619745b6..92e35ab202a 100644
--- a/Master/texmf-dist/tex/latex/bibleref/bibleref.sty
+++ b/Master/texmf-dist/tex/latex/bibleref/bibleref.sty
@@ -39,7 +39,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bibleref}[2018/07/29 1.19 (NLCT and MR)]
+\ProvidesPackage{bibleref}[2018/07/31 1.20 (NLCT and MR)]
\RequirePackage{ifthen}
\RequirePackage{fmtcount}
\RequirePackage{amsgen}
@@ -797,7 +797,9 @@ defined}{}}}
\@bible@verse
}
\newcommand*{\@bible@verse}[1]{%
- \shorthandoff:%
+ \bbl@ifunset{bbl@active@\string:}%
+ {}%
+ {\shorthandoff:}%
\@ifundefined{br@#1}%
{%
\PackageError{bibleref}{Unknown book '#1'}{}%
@@ -926,7 +928,9 @@ defined}{}}}
\@bv@idxfalse
\fi
\@bv@restore
-\shorthandon:%
+\bbl@ifunset{bbl@active@\string:}%
+ {}%
+ {\shorthandon:}%
}
\newcommand*{\@do@biblerefindex}[1]{%
\ifx\@bv@category\@empty
@@ -1031,9 +1035,8 @@ defined}{}}}
}
\newcommand*{\bvidxpgformat}{textrm}
\AtBeginDocument{%
- \ifdefined\shorthandoff\else%
- \let\shorthandoff\@gobble%
- \let\shorthandon\@gobble%
+ \ifdefined\bbl@ifunset\else%
+ \def\bbl@ifunset#1#2#3{}%
\fi%
}%
\endinput