guido to fix error ERROR: FILE 'FLOATFLT.STY' NOT FOUND

This commit is contained in:
2023-11-24 23:43:58 +02:00
parent 6f46320bc7
commit 4fcea9821c

View File

@@ -1,3 +1,16 @@
# latex
Latex templates
in OpenSuse error ```ERROR: FILE 'FLOATFLT.STY' NOT FOUND```
```
sudo mkdir /usr/share/texmf/tex/latex/floatflt
cd /usr/share/texmf/tex/latex/floatflt
sudo wget http://mirror.ctan.org/macros/latex/contrib/floatflt/floatflt.ins
sudo wget http://mirror.ctan.org/macros/latex/contrib/floatflt/floatflt.dtx
sudo latex floatflt.ins
sudo texhash /usr/share/texmf
```