[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Itemize/enumerate in multitable
From: |
Karl Berry |
Subject: |
Re: Itemize/enumerate in multitable |
Date: |
Thu, 19 Aug 2004 09:53:05 -0400 |
Hi Pierre,
@multitable @columnfractions 0.2 0.4 0.4
...
@itemize
...
Thanks for the report. See patch attached (also checked in). I am
pretty amazed that this fixes it, and maybe there are problems I'm not
seeing, but it makes your test case work, anyway.
stepan> @item {first} @tab second @tab {three}
Hi Stepan -- in general, we don't ever want to do this. The "bare
brace" syntax that we use in @defun is just monstrous to parse, a total
special case compared to braces in the rest of Texinfo. (It should
never have been "designed" that way.)
Thanks,
k
*** texinfo.tex 19 Aug 2004 12:46:01 -0000 1.170
--- texinfo.tex 19 Aug 2004 13:32:30 -0000
***************
*** 2634,2638 ****
%
% @item within a multitable starts a normal row.
! \let\item\crcr
%
\tolerance=9500
--- 2634,2641 ----
%
% @item within a multitable starts a normal row.
! % We use \def instead of \let so that if one of the multitable entries
! % contains an @itemize, we don't choke on the \item (seen as \crcr aka
! % \endtemplate) expanding \doitemize.
! \def\item{\crcr}%
%
\tolerance=9500