Installing Latex Packages in TexLive/TexStudio

I am using TexLive and TexStudio, and am trying to install the bbm and physics latex packages. I have followed the instructions from this page: , yet when I try to use these packages, I get messages like "File `bbm.sty' not found. \RequirePackage". Does anyone know what the issue might be here? I am using Ubuntu 18.04, TexStudio 2.12.6, and tex 3.14159265 and kpathsea 6.2.3 for TexLive.

1 Answer

If understand you correctly, you need single file bbm.sty - it is located in texlive-fonts-extra package.

Install it with:

sudo apt-get install texlive-fonts-extra

and then compile your TeX document.

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