missing ".sty" package

I have installed TexLive on Ubuntu 13.04 following the instructions provided in

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

1 Answer

The siunitx.sty file appears to be part of package texlive-science

$ apt-cache show texlive-science | grep siunitx siunitx -- A comprehensive (SI) units package.

You should be able to install it from your package manager of choice, or via the command line using

$ sudo apt-get install texlive-science
4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like