[l2h] \title{..\thanks{..}} disturbs navigation panels in 99.1

Julius Smith Julius Smith <jos@w3k.org>
Mon, 28 Jun 1999 14:13:55 -0700


--=====================_245993780==_.ALT
Content-Type: text/plain; charset="us-ascii"

Use of the \thanks{} construct inside of a \title{} gives rise to '</SUP>'
being appended to the truncated title used as the text version of the "Up" or
"Previous" navigation targets in subordinate nodes.  This problem went away
when I removed \thanks{...} from the \title{}.

Since \thanks{} generates a footnote to the paper title, the </SUP> is
evidently associated with the footnote superscript at the end of the title.  
There seems to be an off-by-one error in the perl code which grabs the leading
few words of the title when constructing navigation panels referring to the
first page.

Below is an explicit example of the faulty HTML generated in the navigation
panel.  (The title is "Use of Truncated Infinite ...".)

...
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="http://www-ccrma.stanford.edu/Images/previous_motif.gif"></A>   <BR>
<B>Up:</B> <A NAME="tex2html94"
 HREF="isma98l2h.html">Use of Truncated Infinite </SUP></A>
...                                              ^^^^^^


--=====================_245993780==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
Use of the \thanks{} construct inside of a \title{} gives rise to
'&lt;/SUP&gt;' being appended to the truncated title used as the text
version of the &quot;Up&quot; or &quot;Previous&quot; navigation targets
in subordinate nodes.&nbsp; This problem went away when I removed
\thanks{...} from the \title{}.<br>
<br>
Since \thanks{} generates a footnote to the paper title, the &lt;/SUP&gt;
is evidently associated with the footnote superscript at the end of the
title.&nbsp;&nbsp; There seems to be an off-by-one error in the perl code
which grabs the leading few words of the title when constructing
navigation panels referring to the first page.<br>
<br>
Below is an explicit example of the faulty HTML generated in the
navigation panel.&nbsp; (The title is &quot;Use of Truncated Infinite
...&quot;.)<br>
<br>
<tt><font size=2>...<br>
&lt;IMG WIDTH=&quot;63&quot; HEIGHT=&quot;24&quot;
ALIGN=&quot;BOTTOM&quot; BORDER=&quot;0&quot;
ALT=&quot;previous&quot;<br>
 SRC=&quot;http://www-ccrma.stanford.edu/Images/previous_motif.gif&quot;&gt;&lt;/A&gt;&nbsp;&nbsp;
&lt;BR&gt;<br>
&lt;B&gt;Up:&lt;/B&gt; &lt;A NAME=&quot;tex2html94&quot;<br>
 HREF=&quot;isma98l2h.html&quot;&gt;Use of Truncated Infinite
&lt;/SUP&gt;&lt;/A&gt;<br>
...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
^^^^^^<br>
<br>
</font></html>

--=====================_245993780==_.ALT--