LifeStyle.tex
):Code: Select all
./LifeStyle.tex:16:Font U/stmary/m/n/10.95=stmary11 at 10.95pt not loadable: Metric (TFM) file not found. \item T
The file has
Code: Select all
\usepackage[cspex,bbgreekl]{mathbbol}
\include(d)
in LifeStyle.tex
), and the error goes away if I comment this out. However, I don't want to comment this line out in the included file.I didn't get this error when I was working in Gentoo Linux, but now that I'm using Kubuntu Linux I've had some errors such as this crop up. (Another error was very similar but had to do with a metric file other than stmary, and I was able to fix it using online guidance that told me to simply change a file whose name had a lowercase letter to the same name with an upper case letter!)
When compiling other LaTeX files I sometimes get errors that refer to stmary12 or stmary14, but as far as I can tell, the stmary files only go up to stmary10.
After seeing this page,
http://www.nabble.com/Bug-447888:-Wrong ... 33982.html
I tried uninstalling and reinstalling texlive-math-extra, but that didn't help.
Can anyone help me out?