texi2html-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-bug] line-wrapped menu descriptions


From: Graham Percival
Subject: [Texi2html-bug] line-wrapped menu descriptions
Date: Tue, 02 Oct 2007 12:04:02 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

(this is a nitpick, but the fact that I'm sending small problems like this is a sign of great success with texi2html. :)

Descriptions in menu items that wrap over to the next line are ok in makeinfo, but not texi2html.

makeinfo:
<ul class="menu">
<li><a accesskey="1" href="one.html#one">one</a>: This is an example chapter with a
really long description.
<li><a accesskey="2" href="two.html#two">two</a>

</ul>


texi2html:    (note the separate entry fo the "really long description")
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#SEC1">1. one</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> This is an example chapter with a
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">really long description. </pre></th></tr><tr><td align="left" valign="top"><a href="#SEC2">2. two</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
</table>


Cheers,
- Graham

-----------input
\input texinfo
@node Top
@top Example

@menu
* one::                         This is an example chapter with a
really long description.
* two::
@end menu

@node one
@chapter one

@node two
@chapter two

@bye




reply via email to

[Prev in Thread] Current Thread [Next in Thread]