texi2html-bug
[Top][All Lists]
Advanced

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

Re: [Texi2html-bug] All lists get a class="toc" and thus no bullets...


From: Patrice Dumas
Subject: Re: [Texi2html-bug] All lists get a class="toc" and thus no bullets...
Date: Mon, 17 Mar 2008 08:57:47 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

On Sun, Mar 16, 2008 at 10:22:10PM -0700, Graham Percival wrote:
> On Sun, 16 Mar 2008 21:56:56 +0100
> Reinhold Kainhofer <address@hidden> wrote:
> 
> > The culprit is:
> > 
> > sub t2h_default_table_list($$$$$$)
> > {
> > [...]
> >     if ($format eq 'itemize')
> >     {
> >         return "<ul>\n" . $text . "</ul>\n" if ($command eq 'bullet');
> >         return "<ul$TOC_LIST_ATTRIBUTE>\n" . $text . "</ul>\n";
> >     }
> > }
> 
> According to the texinfo 4.11 manual,
>   @itemize
> should produce bullets by default, while
>   @itemize @w
> produces no marks at all.
> 
> Second paragraph,
> http://www.gnu.org/software/texinfo/manual/texinfo/html_node/itemize.html

Indeed it is a bug. I am fixing it.

--
Pat




reply via email to

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