I'm using Fedora 24 and I can't get to work the mathfrak command. I keep getting this error message:
pdfTeX error: pdflatex (file eufm10): Font eufm10 at 600 not found
I'm not able to find the package I should install in order to make it work. How can I fix this?
A minimal (non)working example:
\documentclass[11pt]{article}
\usepackage{amsmath,amssymb}
\begin{document}
$$\mathfrak{k}$$
\end{document}
eufm10in the tex live distribution (.pfb,.pfmand.afmto be precise). check in the fonts area of the tex live distribution tree -- look infonts/type1/public/amsfonts/eulerfor the first two. if they are present, then the problem is probably a deficiency in themapfile that controls what font files are being looked for. – barbara beeton Oct 17 '16 at 14:46kpsewhich eufm10.tfm(because we know a.tfmfile was found), that should show you the root of the tree. – barbara beeton Oct 17 '16 at 14:53\pdfmapfile{=euler.map}. – Ulrike Fischer Oct 17 '16 at 14:59\pdfmapfile{=euler.map}on each pdf?) – Alvaro Fuentes Oct 17 '16 at 17:52eufm10.pfbandeufm10.pfm. How can I fix the 'problem' with themapfile? – Alvaro Fuentes Oct 17 '16 at 17:55updmap-sys --enable Map=euler.mapbut it is possible that you messed up the maps and that is doesn't work. – Ulrike Fischer Oct 17 '16 at 18:04updmap-sys --enable Map=euler.mapand it doesn't work. – Alvaro Fuentes Oct 17 '16 at 18:18updmap --enable Map=euler.mapwithout root permissions and now it's working! Thanks. I have no idea why the maps are wrong. It's a common problem in the setting we have here (we are several students with the same config of brand new Fedora boxes, all with the same problem). – Alvaro Fuentes Oct 17 '16 at 18:21pdftex.mapcreated by runningupdmapand always runupdmap-sys(if ever). – egreg Oct 17 '16 at 20:11pdftex.map? Where is this file? By the way the system was messed up before I ranupdmap... any idea why? – Alvaro Fuentes Oct 17 '16 at 20:13kpsewhich pdftex.map” (no quotes) and the system will tell you; it should be under~/texmfor similar place. Rename the file to something else, so the TeX programs won't find it. The main treepdftex.mapwill be used. – egreg Oct 17 '16 at 20:16updmapand what to do if you already did. The map file you need to remove is almost certainly under~/.texliveYYYYwhereYYYYis a year e.g.2016or2015. If you rankpsewhich, however, it will have given you the correct place. However, this should mean you need the additional line back in your.texas the original problem is unresolved. – cfr Oct 18 '16 at 01:28updmap-sys). In any case it would be good to have a solution, this shouldn't be happening. – Alvaro Fuentes Oct 18 '16 at 07:47updmapevery single time fonts are updated in your installation of TeX Live. It will work fine now. That's expected. It will break later. That is also expected. Please read the link I provided for an explanation of why and how it will break. Runningupdmap-syswithout deleting the correct.mapfile is entirely pointless and will have no effect. Indeed, that is precisely the problem. – cfr Oct 18 '16 at 14:26.mapfiles correctly, there is a problem with the scripts run by their package and it needs to be corrected there. If you used upstream's installer, the problem would lie in TeX Live. (But you would be much less likely to experience a problem using upstream's installation.) – cfr Oct 18 '16 at 14:28