Herbert Voss wrote: >here is a better one to see what is going on. > >Herbert > >\centering\savebox{\Imagebox}{\includegraphics{/tmp/eva.eps}} > >\begin{minipage}{\wd\Imagebox} >\begin{pspicture}(\wd\Imagebox,\ht\Imagebox) > \setlength\fboxsep{0pt} > \rput[lb](0,0){\fbox{\usebox{\Imagebox}}} > \rput[l](0,0){Lower Left} > \rput[r](\wd\Imagebox,\ht\Imagebox){Upper Right} > \rput[r](\wd\Imagebox,0){Lower Right} > \rput[l](0,\ht\Imagebox){Upper Left} >\end{pspicture} >\end{minipage}
Does anyone know whether one can overlay text to a relative position say, 50% of the width and 30 % of the height of the included graphics? I imagined that I could add an \rput line to Herbert's tip on overlaying text over graphics, something like \rput(0.5*\wd\Imagebox,0.3*\wd\Imagebox){some text I wanna overlay} But this doesn't work nor do all the possible bracket (,{ and [ combinations I thought might help! I tried putting the multiplication factor on the end of the \wd\Imagebox and even addition and subtraction seem not to work. It seems to want plain coords i.e. (3,4), without an algebraic expression like (a+1,b*2) where a and b could be variables or numbers. Am I headed in the right direction, or is this a not achievable? Thanks in advance. Rob