diff options
author | Norbert Preining <preining@logic.at> | 2017-04-04 04:53:44 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-04-04 04:53:44 +0000 |
commit | f04e93dee693425394125c4484ebb289861a2d43 (patch) | |
tree | a748a632862501e01ef39932fc7a53cf821c355b /Master/texmf-dist/source/latex/sttools/stfloats.dtx | |
parent | 0c4c6187bf5b5cfdc35556ee4ecd49f812571955 (diff) |
sttools (4Apr)
git-svn-id: svn://tug.org/texlive/trunk@43684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/sttools/stfloats.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/sttools/stfloats.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/sttools/stfloats.dtx b/Master/texmf-dist/source/latex/sttools/stfloats.dtx index cbd8781c7fc..bf5ab362dff 100644 --- a/Master/texmf-dist/source/latex/sttools/stfloats.dtx +++ b/Master/texmf-dist/source/latex/sttools/stfloats.dtx @@ -24,7 +24,7 @@ \ProvidesFile{stfloats.dtx} %</driver> %<*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 @@ -41,12 +41,12 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{stfloats} %<*package> - [2016/06/28 v3.2 Improve float mechanism and baselineskip settings] + [2017/03/27 v3.3 Improve float mechanism and baselineskip settings] %</package> % %<*driver> \documentclass{ltxdoc} -\usepackage{stfloats}[2016/06/28] +\usepackage{stfloats}[2017/03/27] \EnableCrossrefs \CodelineIndex \RecordChanges @@ -86,6 +86,7 @@ % \changes{v3.0}{2012/05/29}{Converted to DTX file} % \changes{v3.1}{2016/02/08}{Compatibility with 2015 latexrelease} % \changes{v3.2}{2016/06/28}{Compatibility bugfix with 2015 latexrelease} +% \changes{v3.3}{2017/03/27}{Compatibility bugfix with 2017-05-01 latexrelease} % % \DoNotIndex{\newcommand,\newenvironment} % @@ -218,11 +219,11 @@ % This conditional code is used to check the \LaTeX\ release age. % \begin{macrocode} \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 + \@before@latex@releasefalse \fi } \expandafter\tmp@reserved@a\fmtversion\@nil |