Hello Chris and others,<br><br>Perhaps an easier solution to the problem you stated is starting each box with a \strut. The following short example demonstrates the effect quite clearly:<br><br>&nbsp; \documentclass{amsart}<br>
&nbsp; \begin{document}<br>&nbsp; \fbox{a} \hspace{1em} \fbox{\strut a}<br>&nbsp; \end{document}<br><br>It is even possible to automatically include the \strut by defining your own box command like this:<br><br>\newcommand\mybox[1]{%<br>
&nbsp;&nbsp;&nbsp; \mbox{\strut #1}}<br><br>Then you can just use a \mybox{} wherever you need to put text in your form, and rest assured that your ascenders and descenders will be fine.<br><br>Good luck,<br>Yuri.<br><br><br><br><div><span class="gmail_quote">
On 8/24/06, <b class="gmail_sendername">William Adams</b> &lt;<a href="mailto:will.adams@frycomm.com">will.adams@frycomm.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 Aug 23, 2006, at 7:49 PM, Chris Bergstresser wrote:<br><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I could work around this -- taking into account the descenders when<br>&gt; I place the item on the page myself -- except that although the<br>&gt; documentation claims to work with the calc package it doesn't actually
<br>&gt; seem to.&nbsp;&nbsp;That's in the part labelled C and D.&nbsp;&nbsp;It doesn't accept<br>&gt; either the lengths or the calculations.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Am I doing something wrong?<br><br>The problem is that boxes constructed so don't have a concept of
<br>``baseline'' --- not sure where this limitation is being introduced<br>though.<br><br>My suggestion for a work-around would by to use a \vphantom in every<br>text string containing the tallest and deepest characters (
e.g.,<br>\vphantom{Ay}) which will ensure that all one line strings have the<br>same physical size and the same relation of depth to baseline.<br><br>William<br><br>--<br>William Adams<br>senior graphic designer<br>Fry Communications
<br><br><br><br>This email message and any files transmitted with it contain information<br>which is confidential and intended only for the addressee(s). If you are<br>not the intended recipient(s), any usage,&nbsp;&nbsp;dissemination, disclosure, or
<br>action taken in&nbsp;&nbsp;reliance on it is prohibited.&nbsp;&nbsp;The reliability of&nbsp;&nbsp;this<br>method of communication cannot be guaranteed.&nbsp;&nbsp;Email can be intercepted,<br>corrupted, delayed, incompletely transmitted, virus-laden,&nbsp;&nbsp;or otherwise
<br>affected during transmission. Reasonable steps have been taken to reduce<br>the risk of viruses, but we cannot accept liability for damage sustained<br>as a result of this message. If you have received this message in error,
<br>please immediately delete it and all copies of it and notify the sender.<br>_______________________________________________<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>Mailing list archives: 
<a href="http://tug.org/pipermail/texhax/">http://tug.org/pipermail/texhax/</a><br>More links: <a href="http://tug.org/begin.html">http://tug.org/begin.html</a><br><br>Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax">
http://tug.org/mailman/listinfo/texhax</a><br>Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br></blockquote></div><br>