I've been using the fixltx2e package for a while, with a tweak described here on the site. Recently, this has gotten me the following error message:
Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details.
How do I robustly make sure fixltx2e is used exactly when necessary?
\usepackage{fixltx2e}. – egreg Jan 11 '16 at 21:19\usepackage{silence} \WarningFilter{fixltx2e}{}. – Werner Jan 12 '16 at 01:07\WarningsOff[fixltx2e]. Note that either way, this command needs to be placed BEFORE you load thefixltx2epackage (using\usepackage{fixltx2e}or\RequirePackage{fixltx2e}) for it to work! – Brunox13 Jul 29 '21 at 00:18