Herbert Voss wrote:
>> so that I can wrap each XFig figure with a couple of bits of LaTeX
>> magic. Any hope?
> 
> \documentclass{article}
> \usepackage{sansmath}
> \parindent=0pt
> \begin{document}
> 
> \bgroup
> \sansmath
> \Huge$9\times9\times16\ block$
> \egroup
> 
> \Huge$9\times9\times16\ block$
> 
> \end{document}

Thanks, Herbert. One more question if I may.

I have an x-axis label "Path length (\micro\meter)" in a sans serif
font:

\usepackage[textstyle,amssymb]{SIunits}

\gdef\SetFigFont#1#2#3#4#5{%
 [EMAIL PROTECTED]
 \fontfamily{\sfdefault}\fontseries{\mddefault}\fontshape{\updefault}%
 \selectfont}%

...

\put(4438,-3960){\makebox(0,0)[b]{\smash{{\SetFigFont{10}{12.0
{\familydefault}{\mddefault}{\updefault}Path length
(\micro\metre)}}}}

Unfortunately, the 'mu' of \micro\meter appears in a serif font. Can I
do anything about that?

Angus



Reply via email to