I would like to use the JD font in LaTeX documents. When I try to typeset the following example
\documentclass{article}
\usepackage{emerald}
\usepackage[T1]{fontenc}
\begin{document}
Words. {\ECFJD More words.}
\end{document}
I get the error message
! Font T1/fjd/m/n/10=fjdmw8t at 10.0 pt not loadable: Metric (TFM) file not found.
I am using TeXShop on a Mac OS 10.6. I downloaded the zip file for the font at http://www.ctan.org/tex-archive/fonts/emerald/, and it is in the following directory: ~/Library/texmf/tex/latex. I don't know anything about installing fonts and assume I've done it wrong, but I have no idea how to make it work.
tfme.g. should go to/texmf/fonts/tfm/emerald/. Check your main texmf tree for the various file types. Runtexhashafter you have moved the files. At the end you will have to enable the map, probably withupdmap-sys --enable emerald.map. – Ulrike Fischer Nov 1 '12 at 11:49local/texlive/texmf-localin my user folder; copy all files inside the unzippedEmeraldfolder into thistexmf-localfolder; and run the following in Terminal:texhashfollowed bysudo -H updmap-sys --enable Map=emerald.mapfollowed bytexhashagain. The font is now functional! – Annie Carter Nov 8 '12 at 3:16