summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/caption/bicaption.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-03 22:44:10 +0000
committerKarl Berry <karl@freefriends.org>2018-10-03 22:44:10 +0000
commitbc810e6340a36baa5a2918ed256a605f54f04811 (patch)
treec8f9199f1458a3ad9551163a014175ba07478e41 /Master/texmf-dist/source/latex/caption/bicaption.dtx
parent55845302274b6cfc093524d6b32db3b1747626c5 (diff)
caption (3oct18)
git-svn-id: svn://tug.org/texlive/trunk@48824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/bicaption.dtx')
-rw-r--r--Master/texmf-dist/source/latex/caption/bicaption.dtx18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/caption/bicaption.dtx b/Master/texmf-dist/source/latex/caption/bicaption.dtx
index 776f9bb5e0e..665bf5d6567 100644
--- a/Master/texmf-dist/source/latex/caption/bicaption.dtx
+++ b/Master/texmf-dist/source/latex/caption/bicaption.dtx
@@ -25,7 +25,7 @@
% and the user manuals caption-deu.tex, caption-eng.tex, and caption-rus.tex.
%
% \fi
-% \CheckSum{400}
+% \CheckSum{402}
%
% \iffalse
%<*driver>
@@ -792,7 +792,7 @@
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{bicaption}[2016/03/27 v1.1-158 Bilingual Captions (AR)]
+\ProvidesPackage{bicaption}[2018/08/26 v1.1-159 Bilingual Captions (AR)]
% \end{macrocode}
% \begin{macrocode}
\RequirePackage{caption}[2016/02/01] % needs v3.3-134 or newer
@@ -1018,9 +1018,8 @@
\renewcommand*\caption@addcontentsline[2]{%
% \end{macrocode}
% \begin{macrocode}
- \caption@ifundefined\bicaption@LT@setup{}{%
- \bicaption@LT@setup
- \global\let\bicaption@LT@setup\@undefined}%
+ \bicaption@LT@setup
+ \global\let\bicaption@LT@setup\relax
% \end{macrocode}
% \begin{macrocode}
\caption@ifundefined\bicaption@lentry
@@ -1241,6 +1240,10 @@
{\egroup\bicaption@cmd[{#3}]{#4}}%
{\egroup\bicaption@cmd[{#1}]{#2}}}
% \end{macrocode}
+% \begin{macrocode}
+\let\bicaption@LTsetup\relax
+\let\bicaption@LT@setup\relax
+% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\caption@LT@setup}
@@ -1249,9 +1252,8 @@
% of the \package{longtable} bilingual caption.
% \begin{macrocode}
\g@addto@macro\caption@LT@setup{%
- \caption@ifundefined\bicaption@LTsetup{}{%
- \bicaption@LTsetup
- \global\let\bicaption@LTsetup\@undefined}}
+ \bicaption@LTsetup
+ \global\let\bicaption@LTsetup\relax}
% \end{macrocode}
% \end{macro}
%