Re: @multitable with prototype row has no effect in html

2023-01-15 Thread Raymond Toy
I really appreciate all of the investigation done for this small issue. Thanks. On Sun, Jan 15, 2023 at 9:07 AM Patrice Dumas wrote: > On Sat, Jan 14, 2023 at 10:19:53AM +, Gavin Smith wrote: > > On Sat, Jan 14, 2023 at 10:41:10AM +0100, Patrice Dumas wrote: > > > It seems that the portabil

Re: @multitable with prototype row has no effect in html

2023-01-15 Thread Patrice Dumas
On Sat, Jan 14, 2023 at 10:19:53AM +, Gavin Smith wrote: > On Sat, Jan 14, 2023 at 10:41:10AM +0100, Patrice Dumas wrote: > > It seems that the portability of "visibility: collapse" and > > implementation is not good, and that it would be better to use > > display: none > > https://developer.mo

Re: @multitable with prototype row has no effect in html

2023-01-14 Thread Gavin Smith
On Sat, Jan 14, 2023 at 10:19:54AM +, Gavin Smith wrote: > I wonder if we could use it with multiple rows so that columns had > the width of the widest text, plus some padding. This would not > allow for text wrapping but could be ok for short tables. The following plain TeX input shows that

Re: @multitable with prototype row has no effect in html

2023-01-14 Thread Gavin Smith
On Sat, Jan 14, 2023 at 10:41:10AM +0100, Patrice Dumas wrote: > It seems that the portability of "visibility: collapse" and > implementation is not good, and that it would be better to use > display: none > https://developer.mozilla.org/en-US/docs/Web/CSS/visibility With "display: none" the table

Re: @multitable with prototype row has no effect in html

2023-01-14 Thread Patrice Dumas
On Fri, Jan 13, 2023 at 11:22:14PM +, Gavin Smith wrote: > > Something like it appears to be possible with CSS: > > > > greater than or equal to 333 > notequal 333 > relational function > > OperationSymbolType > less than > less than or equal to class="code"><=relationa

Re: @multitable with prototype row has no effect in html

2023-01-13 Thread Gavin Smith
On Wed, Jan 04, 2023 at 01:59:26PM +0100, Patrice Dumas wrote: > On Mon, Jan 02, 2023 at 09:39:33AM -0800, Raymond Toy wrote: > > On Sun, Jan 1, 2023 at 10:12 AM Patrice Dumas wrote: > > > > > I do not remember any discussion about that. But it is not clear to me > > > what should be done. Ther

Re: @multitable with prototype row has no effect in html

2023-01-04 Thread Gavin Smith
On Wed, Jan 04, 2023 at 08:53:41AM -0800, Raymond Toy wrote: > So maybe the best thing is for the manual to say that prototypes have no > effect in HTML. I would be satisfied with that answer. Then I wouldn't > have tried to use it and just used the columnfractions method to space out > the table

Re: @multitable with prototype row has no effect in html

2023-01-04 Thread Raymond Toy
On Wed, Jan 4, 2023 at 4:59 AM Patrice Dumas wrote: > On Mon, Jan 02, 2023 at 09:39:33AM -0800, Raymond Toy wrote: > > On Sun, Jan 1, 2023 at 10:12 AM Patrice Dumas wrote: > > > > > I do not remember any discussion about that. But it is not clear to me > > > what should be done. There is no ob

Re: @multitable with prototype row has no effect in html

2023-01-04 Thread Patrice Dumas
On Mon, Jan 02, 2023 at 09:44:39AM -0800, Raymond Toy wrote: > On Sun, Jan 1, 2023 at 10:19 AM Patrice Dumas wrote: > > Thanks, this should work. I was just wondering if texinfo should be more > consistent in the output since the PDF output has left-aligned columns, as > does the info output. I

Re: @multitable with prototype row has no effect in html

2023-01-04 Thread Patrice Dumas
On Mon, Jan 02, 2023 at 09:39:33AM -0800, Raymond Toy wrote: > On Sun, Jan 1, 2023 at 10:12 AM Patrice Dumas wrote: > > > I do not remember any discussion about that. But it is not clear to me > > what should be done. There is no obvious way to get the width of > > rendered text in HTML. > > >

Re: @multitable with prototype row has no effect in html

2023-01-02 Thread Raymond Toy
On Sun, Jan 1, 2023 at 10:19 AM Patrice Dumas wrote: > On Thu, Dec 29, 2022 at 11:06:45AM -0800, Raymond Toy wrote: > > One other thing. Each item from headitem is left-justified for both info > > and pdf. But it's centered in html. For consistency, should they all be > > left-justified? (Or

Re: @multitable with prototype row has no effect in html

2023-01-02 Thread Raymond Toy
On Sun, Jan 1, 2023 at 10:12 AM Patrice Dumas wrote: > On Thu, Dec 29, 2022 at 10:59:43AM -0800, Raymond Toy wrote: > > Consider the following table (taken in part from maxima's user manual): > > > > @multitable {greater than or equal to 333} {notequal 333} {relational > > function} > > @headitem

Re: @multitable with prototype row has no effect in html

2023-01-01 Thread Patrice Dumas
On Thu, Dec 29, 2022 at 11:06:45AM -0800, Raymond Toy wrote: > One other thing. Each item from headitem is left-justified for both info > and pdf. But it's centered in html. For consistency, should they all be > left-justified? (Or maybe allow a way to control that? It looks funny in > html if

Re: @multitable with prototype row has no effect in html

2023-01-01 Thread Patrice Dumas
On Thu, Dec 29, 2022 at 10:59:43AM -0800, Raymond Toy wrote: > Consider the following table (taken in part from maxima's user manual): > > @multitable {greater than or equal to 333} {notequal 333} {relational > function} > @headitem Operation @tab Symbol @tab Type > @item less than

Re: @multitable with prototype row has no effect in html

2022-12-29 Thread Raymond Toy
On Thu, Dec 29, 2022 at 10:59 AM Raymond Toy wrote: > Consider the following table (taken in part from maxima's user manual): > > @multitable {greater than or equal to 333} {notequal 333} {relational > function} > @headitem Operation @tab Symbol @tab Type > @item less than @tab @

@multitable with prototype row has no effect in html

2022-12-29 Thread Raymond Toy
Consider the following table (taken in part from maxima's user manual): @multitable {greater than or equal to 333} {notequal 333} {relational function} @headitem Operation @tab Symbol @tab Type @item less than @tab @code{<}@tab relational infix @item less than or equal to