I have installed TexLive on Ubuntu 13.04 following the instructions provided in http://www.tug.org/texlive/acquire.html
but I always get some missing .sty error (for instance siunitx.sty). I struggled a lot to make it run. double checked the PATH, etc. but could not figure out the problem. do you know what the problem can be?
Best Mehdi
texlive-scienceseems no longer to be available, andsiunitx.styis not intexlive-latex-extradespite the following message: "Package texlive-science is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: texlive-latex-extra" – Reb.Cabin Apr 26 '19 at 16:28texlive-fullreinstall now. – Reb.Cabin Apr 26 '19 at 16:56fourier.styfile. Using the same technique as:texlive-fonts | grep fourier. As a result,apt-cachethen foundtexlive-fonts-extrapackage andgrepfoundfourier.stywithin the output. Therefore, I installed the missing .sty viaapt-get install <package>. – pds May 27 '20 at 11:50mathabx.styand it's not in texlive-science. – Don Hatch Dec 24 '23 at 00:34apt-file search mathabx.styto find packages containing matching filenames – steeldriver Dec 24 '23 at 00:39