How to check if a LaTeX package has been installed in Ubuntu?
When installing, I followed the methods mentioned in math.arizona.edu and n.wikibooks.org.
How to check if a LaTeX package has been installed in Ubuntu?
When installing, I followed the methods mentioned in math.arizona.edu and n.wikibooks.org.
If you know the name of the
.sty
or.cls
file from the package, you can doand it show you the location of the file where Latex system finds the file. If
kpsewhich
doesn't find it, you probably didn't install the files correctly or didn't runmktexlsr
ortexhash
.Also, please show us the output of
from the commandline.