On Mon, Oct 21, 2002 at 03:39:14PM -0400, Nirmal Govind wrote:
> \put(10351,-5236){\makebox(0,0)[lb]{\smash{\SetFigFont{12}{14.4}{\rmdef
> ault}{\mddefault}{\updefault}{\color[rgb]{0,0,0}$M_1$}%
> }}}
> 
> For some reason I think it doesn't like SetFigFont or so.. is this part
> of standard Latex? 

No, I don't think so. But if you use fig2dev -L it produces the definition
of SetFigFont:

\begingroup\makeatletter\ifx\SetFigFont\undefined%
\gdef\SetFigFont#1#2#3#4#5{%
  \reset@font\fontsize{#1}{#2pt}%
  \fontfamily{#3}\fontseries{#4}\fontshape{#5}%
  \selectfont}%
\fi\endgroup%
\begin{picture}(1410,778)(398,-247)
[...]

Maybe your problem is that you do not include the color package
(\usepackage{color} in Preamble)

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to