Angus Leeming wrote:
Herbert Voss wrote:
use cmbright instead of lmodern and then
with \usepackage{textcomp} \textmu\meter
Thanks, Herbert, I'll try that. It;s certainly good enough for me, given
that I'm trying to produce camera-ready images for a paper that will be
submitted in Word format. (My boss is too set in his ways to change.)
It's an ugly, clunky solution in general though (because I read you telling
us that lmodern is the thing to use) :-(
\makeatletter
\def\SetFigFont#1#2#3#4#5{%
[EMAIL PROTECTED]
\fontfamily{cmss}\fontseries{\mddefault}\fontshape{\updefault}%
\selectfont}%
\makeatother
this should work also with lmodern, or alternative
\bgroup
\renewcommand\sfdefault{cmss}
your fig stuff
\egroup
Herbert