diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-21 23:25:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-21 23:25:38 +0000 |
commit | 4bf6d40e1871037aeeadbc08a3aaadf63bd5afc6 (patch) | |
tree | b449d37a95705baa0f91a85a60cfc32120fffdc2 /Master/texmf-dist/tex/latex/caption/bicaption.sty | |
parent | 4a9457dbad19d024d5327f667ed95f5cae64d41c (diff) |
caption (21aug11 and earlier)
git-svn-id: svn://tug.org/texlive/trunk@23635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption/bicaption.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/bicaption.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/bicaption.sty b/Master/texmf-dist/tex/latex/caption/bicaption.sty index 76161048310..84f774ff430 100644 --- a/Master/texmf-dist/tex/latex/caption/bicaption.sty +++ b/Master/texmf-dist/tex/latex/caption/bicaption.sty @@ -29,8 +29,8 @@ %% caption-eng.tex, and caption-rus.tex. %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{bicaption}[2011/07/13 v0.9a Bilingual Captions (AR)] -\RequirePackage{caption}[2011/01/01] % needs v3.2 or newer +\ProvidesPackage{bicaption}[2011/08/12 v0.9b Bilingual Captions (AR)] +\RequirePackage{caption}[2011/08/12] % needs v3.2a or newer \newcommand*\bicaption@Warning[1]{% \bicaption@WarningNoLine{#1\on@line}} \newcommand*\bicaption@WarningNoLine[1]{% @@ -62,7 +62,7 @@ \DeclareCaptionOption{lang}{\def\bicaption@language{#1}} \let\KV@caption@language\KV@caption@lang \newcommand*\bicaption@selectlanguage{% - \@ifundefined{bicaption@language}{}{% + \caption@ifundefined\bicaption@language{}{% \expandafter\selectlanguage\expandafter{\bicaption@language}}} \g@addto@macro\caption@applyfont{% \bicaption@selectlanguage} @@ -79,7 +79,7 @@ \caption@ProcessOptions*{bicaption} \let\caption@@make@ORI\caption@@make \renewcommand\caption@@make[2]{% - \@ifundefined{bicaption@text}% + \caption@ifundefined\bicaption@text {\caption@@make@ORI{#1}{#2}}% {\bicaption@@make{#1}{#2}{\bicaption@text}% \global\let\bicaption@label\@undefined |