On Fri, 9 Mar 2001, Claus Hentschel wrote:
> > Your description sounds like the new table reader doesn't allow for '\r'
> > like the old file reader did.
> >
> > Allan. (ARRae)
>
>
> You mean it's due to the different newline behaviour in DOS/WIN32 and
> UNUX/Linux, right?
>
> I do have changed the file (using vi on Win32) from fileformat=dos to
> fileformat=unix. But that hasn't fixed the problem!
>
> Very strange is, that two guys have mailed, that they are able to read and
> compile the attached file on their Linux systems (Both SuSE, what's the same
> Linux that I am using!).
>
> One answer is mising for me: Can you view the table inside that lyx doc on
> your system????
I have a 1.2.0cvs from a few days ago that doesn't like it. It complains
with:
)rong tabular format (expected </cell> got
Solitary \end_inset. Missing \begin_inset?.
Last inset read was: Text
Seems the error output is a bit dodgy but at least it gives a hint.
I can confirm that it is definitely a problem of not handling the
carriage returns: '\r'
After stripping those from the file all works well.
Allan. (ARRae)