[cl-typesetting-devel] Image in upper-right corner.

Dmitri Ivanov divanov at aha.ru
Wed Mar 24 15:54:30 UTC 2004


Hello Erik,

| Is there any way I can make an image stick in the upper-right corner of
| a page regardless of how big it is?  Currently, my code looks like this:
|
|   (typeset:cell ()
|          (typeset:image :file #p"/somwhere.jpg" :dx 200 :dy 20))
|
| That cell is in a row and the table has two rows which are half the
| size of
| the width of the page.  Sometimes the image is 43x50 pixels and
| sometime its 189x26 and yet other times various sizes.  Is there any
| way I can align it
| with the upper-right corner regardless of its size?  The various images
| move around today depending on their sizes.

I would recommend tt:draw-pages with a page header containing the image. The
header should be specified as function instead of being static content.
--
Sincerely,
Dmitri Ivanov
lisp.ystok.ru





More information about the cl-typesetting-devel mailing list