summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-29 23:34:29 +0000
committerKarl Berry <karl@freefriends.org>2013-01-29 23:34:29 +0000
commit5b6c07d1cfaefd42af46b1560695a8de0f6eeb79 (patch)
tree93a24a5389353386ff9166a299c3c987f4d8ae53 /Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
parent966c0674997ff51e5ea9e4a79e6c873c4d93a9cf (diff)
dblfloatfix (29jan13)
git-svn-id: svn://tug.org/texlive/trunk@28983 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty')
-rw-r--r--Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty b/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
index 1dbb8cb391f..63ae97d8668 100644
--- a/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
+++ b/Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty
@@ -3,11 +3,11 @@
%% b)~allowed float positions are now [tbp].
%%
%% It may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.2
+%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
-\ProvidesPackage{dblfloatfix}[2003/11/18 v1.0 (MH)]
+\ProvidesPackage{dblfloatfix}[2012/12/31 v1.0a (JAW)]
%%
%% USAGE:
%%
@@ -24,7 +24,7 @@
%% If you're using the subfigure package this package will provide a
%% fix for \end@dblfloat by Steven Cochran (the author of subfigure).
%%
-%% Morten H\o gholm, <moho01ab@student.cbs.dk>
+%% Morten H\o gholm, <moho0...@student.cbs.dk>
\RequirePackage{fixltx2e}
%% An error message for those who didn't read the instructions.
\newcommand*{\DBLFIXerrormessage}[1]{%
@@ -141,6 +141,8 @@
\fi
\if@tempswa
\@bitor \@currtype \@deferlist
+ % Test for twocolumn floats (2008/08/21 Mattias Nissler)
+ \@testwrongwidth\@currbox
\if@test
\else
\@tempdima -\ht\@currbox
@@ -246,4 +248,4 @@
\fi
}
-\endinput
+\endinput \ No newline at end of file