Hi Chris,<br><br><div><span class="gmail_quote">On 8/25/06, <b class="gmail_sendername">Chris Bergstresser</b> &lt;<a href="mailto:chris@subtlety.com">chris@subtlety.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 8/24/06, Yuri Robbers &lt;<a href="mailto:yuri.robbers@gmail.com">yuri.robbers@gmail.com</a>&gt; wrote:<br>&gt; Perhaps an easier solution to the problem you stated is starting each box<br>&gt; with a \strut. The following short example demonstrates the effect quite
<br>&gt; clearly:<br><br>&nbsp;&nbsp; Yeah, I ended up putting a rule at the beginning of the box, which<br>hangs below the baseline by 5pt.&nbsp;&nbsp;Assuming no font has a descender<br>bigger than that, I can simply specify the lower corner coordinates
<br>5pts lower than otherwise, and it lines up just fine.&nbsp;&nbsp;And doesn't<br>vary with the font size, which requires my dynamically adjusting the<br>positioning of the box, which is what the textpos packages claims to<br>do, but doesn't.
</blockquote><div><br>Yes... odd... well, at least your application is working now...<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;&nbsp; Different issue now, and it's a little strange.&nbsp;&nbsp;I have a bunch of<br>code I'd like to pull out into a different file.&nbsp;&nbsp;I cut and paste the<br>code into &quot;myfile.inc&quot;, and put \input{myfile.inc} in my package, and
<br>I get hundreds of errors.&nbsp;&nbsp;Replace the \input line with the original<br>code, and it works fine.<br>&nbsp;&nbsp; According to the documentation, the \input command &quot;causes the<br>indicated file to be read and processed, exactly as if its contents
<br>had been inserted in the current file at that point&quot;.&nbsp;&nbsp;Which is<br>clearly not going on.&nbsp;&nbsp;What gives?</blockquote><div><br>That is very strange...&nbsp; I don't think I've ever had that happen even though I use \input{} regularly. First thing that comes to mind is perhaps a bit silly, but what is the encoding of yoru various files? If your main .tex or .ltx file is - say - ISO-8859-1 encoded, and your 
myfile.inc is - say UTF-8 encoded, weird things migth start happening... <br></div><br>Yuri.<br></div>