[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Itemize/enumerate in multitable
From: |
Eli Zaretskii |
Subject: |
Re: Itemize/enumerate in multitable |
Date: |
Fri, 20 Aug 2004 17:52:30 +0300 |
> Date: Thu, 19 Aug 2004 12:57:24 +0200
> From: Stepan Kasal <address@hidden>
>
> @item first @tab second @tab
> {
> @itemize
> @item toto
> @item titi
> @item tata
> @end itemize
> }
> @item first @tab second @tab three
>
> Unfortunately, makeinfo doesn't like this. I suggest that the @multitable
> syntax is changed, so that you can optionally add braces, eg.:
>
> @item {first} @tab second @tab {three}
No way: the Texinfo language disallows lone braces, and makeinfo's
input reader is based on the assumption that a lone unescaped brace is
a syntax error.