[Tex/LaTex] Installing concmath on a mac

font-encodingsfontsmactextexlive

I've tried using tlmgr to install the concmath package, but I keep getting the following error:

! Font T1/ccr/m/n/10=eorm10 at 10.0pt not loadable: Metric (TFM) file not found
.<to be read again>
relax

what should I do to install it correctly? I've also tried installing beton, concrete and ccfonts using tlmgr, all to no avail. Installing the concrete package gave me bitmap (pixely) fonts though (only when I omit \usepackage[T1]{fontenc}).

I'm using this document:

\documentclass[a4paper]{article}

\usepackage[T1]{fontenc}
\usepackage{concmath}

\begin{document}
test

\end{document}

NOTE: I also use microtype, which makes the need for the non-pixel version even more pressing. Microtype can't do expansion on these things..

Best Answer

You need to install the packages ecc (for the T1 encoded Concrete fonts) and cm-super (for the Type1 version necessary for microtype).

I agree with @Frédéric about the full install of MacTeX.