I'm currently looking into the AGU journal style (download class and example here). When I try to compile the example .tex file using pdftex (v. 3.1415926-2.5-1.40.14) and Texmaker on Linux Mint, I get the following error:
!pdfTeX error: pdflatex (file rntxbmi): Font rntxbmi at 600 not found
==> Fatal error occurred, no output PDF file produced!
However, when I do ls ~/texmf/fonts/tfm/public/newtx | grep rntxbmi it returns rntxbmi.tfm to me, indicating that the font does exist. I have seen countless questions such as these on the interwebs, but none of the offered solutions seem to work (for instance, I've tried all sorts of combinations of updmap and updmap-sys commands).
I have very little experience fixing problems like these, so it would be greatly appreciated if any of you could give me a hand.
newtxtextandnewtxmath. It seems they're not installed on your system. Install thenewtxpackage – and may betex-gyre, which contains TeX Gyre Termes, a times-clone used bynewtx, unless it's already installed. – Bernard Sep 21 '16 at 14:25newtxis installed usingtlmgr, and I found therntxbmi.tfmfile inside one of thenewtxdirectories (see original question) – MPA Sep 21 '16 at 14:43tlmgrand install the relevant packages. If you do this, then you will also need to undo the effects ofupdmap. If decide not to, you need to useupdmapto update the mapping files and you need to do this every time Linux Mint updates TeX Live packages which include fonts. (That is, in addition to updating your system, each time you will need to check if you need to re-runupdmap.) – cfr Sep 21 '16 at 22:25newtxusing the system's package manager (it appears intexlive-fonts-extra), but it fails statingupdmap-sysfailed, since it cannot findrntxbmi.map (in /root/.texmf-config/web2c/updmap.cfg). It seems I got myself in a position where I cannot move either forward or backward anymore. I also tried to undo the works ofupdmapfollowing your instructions, but it did not work. – MPA Sep 22 '16 at 08:23