diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/floatrow/fr-subfig.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/floatrow/fr-subfig.sty | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/floatrow/fr-subfig.sty b/Master/texmf-dist/tex/latex/floatrow/fr-subfig.sty index ce3ce4d6dc3..8694c82b9ee 100644 --- a/Master/texmf-dist/tex/latex/floatrow/fr-subfig.sty +++ b/Master/texmf-dist/tex/latex/floatrow/fr-subfig.sty @@ -22,7 +22,8 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{fr-subfig} - [2007/08/24 v0.1f (beta) floatrow: additions for subfig] + [2007/12/24 v0.1g (beta) floatrow: additions for subfig] +%%^^A|\newcommand\CenterFloatBoxes{\CADJfalse\OADJfalse| \def\@tempb{2005/06/28 ver: 1.3 subfig package} \expandafter\let\csname @tempa\expandafter\endcsname \csname ver@subfig.\@pkgextension\endcsname @@ -246,8 +247,14 @@ {\flrow@@subfloatlabel[#1]}% {\subfloat[]{}\endgroup}} \@ifdefinable\flrow@@subfloatlabel{} +\@ifundefined{newseparatedlabel}\@tempswatrue\@tempswafalse +\if@tempswa + \def\FRsf@Flabel{\label} +\else + \newseparatedlabel\FRsf@Flabel{\@captype}{sub\@captype} +\fi \def\flrow@@subfloatlabel[#1][#2]{% - \subfloat[]{\label{#2}}\endgroup} + \subfloat[]{\FRsf@Flabel{#2}}\endgroup} \endinput %% %% End of file `fr-subfig.sty'. |