On Tue, Jan 28, 2003 at 12:34:13PM +0100, [EMAIL PROTECTED] wrote:
> 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.

If 
    \rput[r](\wd\Imagebox,0){Lower Right}

is accepted, your statement can't be true.

Neither '*' nor '+' are valid "operators" to do math in TeX.

Have you tried

    \rput[r](0.5\wd\Imagebox,0){Lower Right}

?

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