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..
tlmgr? – Alan Munn May 22 '11 at 18:55tlmgrfrom the command line (there is also no GUI app for TeX Live Manager). – romeovs May 22 '11 at 19:01tlmgrisn't enough information. Are you usingsudo tlmgror justtlmgrwhen you run from the command line? – Alan Munn May 22 '11 at 19:11