<br><div class="gmail_quote">On Wed, Mar 30, 2011 at 3:22 PM, Philip Taylor (Webmaster, Ret'd) <span dir="ltr"><<a href="mailto:P.Taylor@rhul.ac.uk">P.Taylor@rhul.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
<br>
Peter Davis wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This looks very useful, especially since I'm putting all these images in<br>
saveboxes anyway.  I'm not sure I understand the directions though.  Can<br>
I reposition the box after specifying the image inside it?<br>
</blockquote>
<br></div>
Just in case Heiko has already retired for the night ...<br>
<br>
The box won't have any position after specifying the image inside it;<br>
it will just be a box (named or numbered), waiting patiently to be used.<br>
It is only when you /use/ it that it will gain a position (implicit or<br>
explicit).<br></blockquote><div><br></div><div><br></div><div>Thanks, all!  Probably I'm still missing something or not understanding how this should work.  I tried to place two images on a page, so that both are bottom aligned on a line halfway up the page (396bp).  I got LaTeX errors:</div>
<div><br></div><div><div>! LaTeX Error: Cannot determine size of graphic in egg.png (no BoundingBox).</div></div><div>...</div><div><div><div>! LaTeX Error: Cannot determine size of graphic in sheep.png (no BoundingBox).</div>
</div></div><div><br></div><div>and the images both appear at the bottom of the page, not aligned. Here's the doc I used:</div><div><br></div><div><div>\documentclass[11pt]{article}</div><div>\usepackage{graphicx}</div>
<div>\usepackage{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}{\includegraphics[scale=2.0]{egg.png}}</div>
<div><br></div><div>\newsavebox{\sheep}</div><div>\sbox{\sheep}{\includegraphics[scale=3.0]{sheep.png}}</div><div><br></div><div>\begin{textblock}{144}(72,396)</div><div>\settoboxtotalheight{\imgheight}{\egg}</div><div>\raisebox{\imgheight}{\usebox{\egg}}</div>
<div>\end{textblock}</div><div><br></div><div>\begin{textblock}{144}(288,396)</div><div>\settoboxtotalheight{\imgheight}{\sheep}</div><div>\raisebox{\imgheight}{\usebox{\sheep}}</div><div>\end{textblock}</div><div><br></div>
<div>\end{document}</div></div><div><br></div></div>-- <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>