summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ccaption/ccaption.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ccaption/ccaption.sty')
-rw-r--r--Master/texmf-dist/tex/latex/ccaption/ccaption.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/ccaption/ccaption.sty b/Master/texmf-dist/tex/latex/ccaption/ccaption.sty
index f816c75102f..ba1087b2cda 100644
--- a/Master/texmf-dist/tex/latex/ccaption/ccaption.sty
+++ b/Master/texmf-dist/tex/latex/ccaption/ccaption.sty
@@ -23,7 +23,7 @@
%% This work consists of the files listed in the README file.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ccaption}[2005/03/21 v3.2 Extended captioning and new floats]
+\ProvidesPackage{ccaption}[2005/03/29 v3.2a Extended captioning and new floats]
\newif\if@contsubfigxx
\@contsubfigxxfalse
@@ -207,7 +207,7 @@
\newcommand{\bitwonumcaption}[6][\@empty]{%
\begingroup
\@if@contemptyarg{#2}{\caption{#3}}{\caption[#2]{#3}}
- \ifx #1\@empty\else
+ \ifx\@empty#1\else
\label{#1}
\fi
\setlength{\abovecaptionskip}{0pt}
@@ -222,7 +222,7 @@
\newcommand{\bionenumcaption}[6][\@empty]{%
\begingroup
\@if@contemptyarg{#2}{\caption{#3}}{\caption[#2]{#3}}
- \ifx #1\@empty\else
+ \ifx\@empty#1\else
\label{#1}
\fi
\setlength{\abovecaptionskip}{0pt}
@@ -241,7 +241,7 @@
\newcommand{\bicaption}[5][\@empty]{%
\begingroup
\@if@contemptyarg{#2}{\caption{#3}}{\caption[#2]{#3}}
- \ifx #1\@empty\else
+ \ifx\@empty#1\else
\label{#1}
\fi
\setlength{\abovecaptionskip}{0pt}