diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/dblfloatfix/dblfloatfix.sty | 10 |
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 |