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: Graham Percival
Subject: Re: [Texi2html-bug] All lists get a class="toc" and thus no bullets...
Date: Sun, 16 Mar 2008 22:22:10 -0700

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

Cheers,
- Graham




reply via email to

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