Tex
install texlive & tex2pdf
install texlive
sudo apt-get install texliveinstall tex2pdf https://sourceforge.net/projects/tex2pdf.berlios/
sudo mv tex2pdf /usr/bin
tex2pdf --configure
tex2pdf <filename>.texthere may remind you that not found subfloat.sty
install subfloat.sty
download
subfloat.styhttps://ctan.org/tex-archive/macros/latex/contrib/subfloatunzip this .zip file
cd subfloat
./install.sh$ kpsewhich -var-value=TEXMFHOME
/home/litreily/texmf
$ sudo mkdir -p ~/texmf/subfloat
$ cp subfloat.sty ~/texmf/subfloat/
$ sudo texhashor
check subfloat.sty
Last updated
Was this helpful?