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 11:39:02 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

On Sun, Mar 16, 2008 at 09:56:56PM +0100, Reinhold Kainhofer wrote:
> Hi,
> 
> In lilypond's documentation we use some unordered list, but unfortunately, 
> *all* lists are formatted as <ul class="toc">, which makes them appear 
> without a bullet. An example is:

I have commited a fix. Thanks for the report.

> 
> 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";
>     }
> }
> 
> So, should this really insert TOC_LIST_ATTRIBUTE? If yes, how can I make 
> bullets appear in non-TOC lists?

In fact TOC_LIST_ATTRIBUTE is badly named. It is the ul attribute used
when there is no bullet, it first appeared in table of contents. 
NO_BULLET_LIST_ATTRIBUTE is not much better, so I think I'll leave it as
is.

--
Pat




reply via email to

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