<br><div class="gmail_quote">On Thu, Mar 31, 2011 at 10:40 AM, Ulrike Fischer <span dir="ltr"><<a href="mailto:news3@nililand.de">news3@nililand.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Am Thu, 31 Mar 2011 10:21:09 -0400 schrieb Peter Davis:<br>
<div class="im"><br>
> I'm certainly not committed to using textpos.  I just want to be place an<br>
> image so that lower left corner is at an absolute fixed point on the page,<br>
<br>
</div>Well in this case you don't need \raisebox ;-). The standard<br>
reference point of a graphic inserted with \includegraphics is at<br>
the lower left corner of this graphic.<br>
<br>
textblock has an option argument which lets you decide which point<br>
of the content should be placed at the specified location. You can<br>
use is to tell textblock to use the standard reference point. So<br>
<br>
\begin{textblock}{144}[0,1](72,396)<br>
...<br>
<br>
should do what you want.<br>
<br>
Btw: I didn't follow the complete discussion but you perhaps need<br>
the [absolute] option when loading textpos.<br></blockquote><div><br></div><div>Yes, that did it.  The working example is below.</div><div><br></div><div>I still have a slight problem in that the \begin{textblock}... is generated from <fo:block> in XML, and I don't yet know whether it will contain text, graphics or both, so it's difficult to set the alignment.  But I think I can work that out.</div>
<div><br></div><div>Thank you!</div><div><br></div><div><div>\documentclass[11pt]{article}</div><div>\usepackage{graphicx}</div><div>\usepackage[absolute]{textpos}</div><div>\usepackage{settobox}</div><div><br></div><div>
\setlength{\TPHorizModule}{1bp}</div><div>\setlength{\TPVertModule}{\TPHorizModule}</div><div><br></div><div>\title{Image Placement Text}</div><div>\author{Peter Davis}</div><div><br></div><div>\newlength{\imgheight}</div>
<div><br></div><div>\begin{document}</div><div><br></div><div>\newsavebox{\egg}</div><div>\sbox{\egg}{\fbox{\includegraphics[scale=2.0]{egg.png}}}</div><div><br></div><div>\newsavebox{\sheep}</div><div>\sbox{\sheep}{\fbox{\includegraphics[scale=2.0]{sheep.png}}}</div>
<div><br></div><div>\begin{textblock}{144}[0,1](72,396)</div><div>\usebox{\egg}</div><div>\end{textblock}</div><div><br></div><div>\begin{textblock}{144}[0,1](288,396)</div><div>\usebox{\sheep}</div><div>\end{textblock}</div>
<div><br></div><div>\end{document}</div></div><div><br></div></div><br>-- <br><span style="font-family:arial, sans-serif;border-collapse:collapse">----<div>The Tech Curmudgeon</div><div><a href="http://www.techcurmudgeon.com/" style="color:rgb(17, 65, 112)" target="_blank">http://www.techcurmudgeon.com</a></div>
<div style="font-size:10.8333px"><br></div></span><br>