sttools seems to be missing
https://miktex.org/packages --> search for "sttools": Nothing found
Console:
Not sure how to fix
Workaround:
- Download https://ftp.rrze.uni-erlangen.de/ctan/macros/latex/contrib/sttools/stfloats.dtx
- Execute
pdflatex stfloats.dtx - Then,
stfloats.styis available
Same for me. The file is working in Overleaf, but not locally
Some here, except now if I update the database the package is not on the list any more. And neither does it appeared on https://miktex.org/packages.
The package has been removed because of build errors. I eventually bring it back when it is fixed upstream.
To add to the workaround mentioned by @koppor
- After extracting the
stfloats.styfile, create a directory where your MiKTeX installation is set up, eg,~/mytexmf(can be anything really) - Create a subdirectory called
tex, and another subdirectory within that calledlatex - In
latex, create one final subdirectory, named whatever (stfloatsfor instance). This sets it up to be a TDS compliant directory tree. - Open the Miktex console, go to Settings > Directories > Click on the + icon and add that original directory (
~/mytexmf) as a locally added sty file.
This way stfloats.sty is accessible across all your LaTeX projects, without having to add it as a local dependency per project
The package has been removed because of build errors. I eventually bring it back when it is fixed upstream.
In my miktwx, it builds fine with pdflatex. Is this the use of pdflatex the concern?