[3391] in SIPB bug reports
fig2dev
daemon@ATHENA.MIT.EDU (ribarry@Athena.MIT.EDU)
Mon Dec 28 12:32:19 1992
From: ribarry@Athena.MIT.EDU
To: bug-sipb@MIT.EDU
Date: Mon, 28 Dec 92 12:32:04 EST
I have two bug reports for the new version of fig2dev. Both are for using
fig2dev in the combined latex/ps mode.
1) The old command line was
fig2dev -Lpstex file.fig file.pstex
fig2dev -Lpstex_t file.pstex file.fig file.texfig
The new command line is
fig2dev -Lpstex file.fig file.pstex
fig2dev -Lpstex_t -p file.pstex file.fig file.texfig
If you use the old command line, because you didn't know there was
a new version like I and I suspect many other people didn't know,
your .fig file is killed.
2) The old version produces command lines like,
\put(226,607){\makebox(0,0)[lb]{\raisebox{0pt}[0pt][0pt]{\sixrm $N_k-1$}}}
The new version produces instead
\put(226,607){\makebox(0,0)[lb]{\smash{\SetFigFont{6}{7.2}{rm}$N_k-1$}}}
Latex does not seem to understand the new version. In particular, it
respond something like
Undefined control sequence \SetFigFont
Is there a new .sty file I must include?
-Rick Barry