diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/sttools/stfloats.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sttools/stfloats.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/sttools/stfloats.sty b/Master/texmf-dist/tex/latex/sttools/stfloats.sty index 585ee0d61db..efcb7c4ea37 100644 --- a/Master/texmf-dist/tex/latex/sttools/stfloats.sty +++ b/Master/texmf-dist/tex/latex/sttools/stfloats.sty @@ -6,7 +6,7 @@ %% %% stfloats.dtx (with options: `package') %% -%% Copyright (C) 1997-2016 by Sigitas Tolu\v{s}is <sigitas@vtex.lt> +%% Copyright (C) 1997-2017 by Sigitas Tolu\v{s}is <sigitas@vtex.lt> %% VTeX UAB, Mokslininku 2a, Vilnius, Lithuania %% -------------------------------------------------------------------------- %% This work may be distributed and/or modified under the @@ -21,7 +21,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{stfloats} - [2016/06/28 v3.2 Improve float mechanism and baselineskip settings] + [2017/03/27 v3.3 Improve float mechanism and baselineskip settings] \gdef\@dblbotlist{} \newcount\@dblbotnum \newcount\c@dblbotnumber @@ -40,8 +40,8 @@ \def\f@depth{1sp}% } \newif\if@before@latex@release -\def\tmp@reserved@a#1/#2/#3\@nil{% - \ifnum #1<2015\relax +\def\tmp@reserved@a#1#2#3#4#5\@nil{% + \ifnum #1#2#3#4<2015\relax \@before@latex@releasetrue \else \@before@latex@releasefalse |