guido to fix error ERROR: FILE 'FLOATFLT.STY' NOT FOUND
This commit is contained in:
15
README.md
15
README.md
@@ -1,3 +1,16 @@
|
|||||||
# latex
|
# latex
|
||||||
|
|
||||||
Latex templates
|
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
|
||||||
|
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user