From: rhenwood U. <ric...@tr...> - 2008-05-21 10:54:58
|
On Mon, 19 May 2008 13:28:57 -0700, marcusantonius wrote: <snip> > \put(5685,440){\makebox(0,0){\strut{} 8000}}% > \put(6826,440){\makebox(0,0){\strut{} 10000}}% > \put(220,2718){\rotatebox{90}{\makebox(0,0){\strut{}m_{10}/m_ {0}}}}% > \put(3974,110){\makebox(0,0){\strut{}m_{0} (GeV)}}% > }% > \gplgaddtomacro\gplfronttext{% > }% > \gplbacktext > \put(0,0){\includegraphics{gnuplotfigure}}% \gplfronttext > \end{picture}% > > does anyone know why this error occurs? Thank you very much Your strings (i.e. m_{10}) look like math, do you need to include $'s around them? r, |