Angus Leeming wrote:

I have no problem to get it in sf with


Ok, Thanks, Herbert. It works for me too. However, it doesn't work with
lmodern. Can it be made to do so?

you need the right fontencoding. And btw: where is
the sense of the five parameters of SetBigFont??

HErbert

\documentclass{article}
\parindent=0pt
\usepackage[textstyle,amssymb]{SIunits}
\usepackage[T1]{fontenc}% <---- !!!!!!
\usepackage{lmodern}
\makeatletter
\def\SetFigFont{%<----!!!!!
 [EMAIL PROTECTED]
 \fontfamily{\sfdefault}\fontseries{\mddefault}\fontshape{\updefault}%
 \selectfont}%
\makeatother
\begin{document}

\Huge\micro\meter % rm

\SetFigFont%<----!!!!!
\Huge Path length(\micro\metre)   % sf

\end{document}

Reply via email to