diff --git a/README.md b/README.md index 50a3ee0..1730bab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # latex -Latex templates \ No newline at end of file +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 + +```