On Thu, 4 Feb 1999, Dag Nygren wrote:

> 
> Hi,
> 
> and thanks for Lyx.
> I just found a bug that is fairly reproducable and will generate a Latex error.
> 
> 1. Create a table, default 5x5 is OK
> 2. Enable linebreaks in 1,2 (Upmost row)
> 3. Enter 1 <Insert Linebreak> 2 in this cell
> 4. Tie together 2,1 and 2,2 to a multicolumn cell and enter something
> 5. Try to view the result  (PostScript or dvi)
> 
> You will get an error from a missing end-brace...

Looks like the output is out of sync; the \multicolumn statement is missing
in the .tex-file, only the closing `}' is there.
...aren't there a bit too many `\n's in the `nice' LaTeX output?

There are a few other strange things with tables with multicolumn cells.
Yesterday I got a \multicolumn{N}{p{##}}{...   (N: number, ##: a measure)
But the docs for LaTeX2e says the pos parameter for \multicolumn should be
one of c,r, or l ...? (hmm.. forgot how I got that now, maybe it is the
same bug: column count out of sync)

Another bug is that when copying a segment from a readonly document to a
scratch file, the Extra options is gone in the copy. (I haven't checked
if that goes for writable documents as well)
The user interface behaviour with multicolumn cells is a bit
confusing I think. :P (but it *is* a hack, so..)

Joacim
-
With both feet on the ground, you won't get very far.
                -- Loesje

Reply via email to