reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
Hi, as I stated in a previous message the problem with is the fact that reLyX does not know that it should deal with \tabularnewline as if it was \newline while inside tables. Any help on this? I am totally lost here. -- José Abílio

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 11:30:02AM +, José Matos wrote: Any help on this? I am totally lost here. What happens if you add '|| $name = \\tabularnewline' to line 473 in BasicLyX.pm? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 11:50, Andre Poenitz wrote: On Tue, Jan 07, 2003 at 11:30:02AM +, José Matos wrote: Any help on this? I am totally lost here. What happens if you add '|| $name = \\tabularnewline' to line 473 in BasicLyX.pm? The correct form is || $name eq

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 12:13:56PM +, José Matos wrote: What happens if you add '|| $name = \\tabularnewline' to line 473 in BasicLyX.pm? The correct form is || $name eq \\tabularnewline That's why it did not work fo me... But yes, it works as intended. Do you want to commit

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 12:13:56PM +, José Matos wrote: But yes, it works as intended. Are you sure? I get Traceback (most recent call last): File /usr/src/lyx/lyx-devel/lib/lyx2lyx/lyx2lyx, line 180, in ? main(sys.argv) File /usr/src/lyx/lyx-devel/lib/lyx2lyx/lyx2lyx, line

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 12:19, Andre Poenitz wrote: On Tue, Jan 07, 2003 at 12:13:56PM +, José Matos wrote: But yes, it works as intended. Are you sure? I get I didn't got that since I use a different table. Yet the reLyX output is still wrong, but now it is a minor problem.

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 12:35:17PM +, José Matos wrote: \LyXTable multicol5 2 2 0 0 0 0 0 0 1 2 0 0 ^- This is wrong it should be 1 Whatever the meaning of the 1 or the 2 is... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 12:43, Andre Poenitz wrote: On Tue, Jan 07, 2003 at 12:35:17PM +, José Matos wrote: \LyXTable multicol5 2 2 0 0 0 0 0 0 1 2 0 0 ^- This is wrong it should be 1 Whatever the meaning of the 1 or the 2 is... That is simply have bottom_line or not?

reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
Hi, as I stated in a previous message the problem with is the fact that reLyX does not know that it should deal with \tabularnewline as if it was \newline while inside tables. Any help on this? I am totally lost here. -- José Abílio

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 11:30:02AM +, José Matos wrote: > Any help on this? I am totally lost here. What happens if you add '|| $name = "\\tabularnewline"' to line 473 in BasicLyX.pm? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 11:50, Andre Poenitz wrote: > On Tue, Jan 07, 2003 at 11:30:02AM +, José Matos wrote: > > Any help on this? I am totally lost here. > > What happens if you add '|| $name = "\\tabularnewline"' to line 473 in > BasicLyX.pm? The correct form is || $name eq

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 12:13:56PM +, José Matos wrote: > > What happens if you add '|| $name = "\\tabularnewline"' to line 473 in > > BasicLyX.pm? > > The correct form is || $name eq "\\tabularnewline" That's why it did not work fo me... > But yes, it works as intended. Do you want

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 12:13:56PM +, José Matos wrote: > But yes, it works as intended. Are you sure? I get Traceback (most recent call last): File "/usr/src/lyx/lyx-devel/lib/lyx2lyx/lyx2lyx", line 180, in ? main(sys.argv) File "/usr/src/lyx/lyx-devel/lib/lyx2lyx/lyx2lyx",

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 12:19, Andre Poenitz wrote: > On Tue, Jan 07, 2003 at 12:13:56PM +, José Matos wrote: > > But yes, it works as intended. > > Are you sure? > > I get I didn't got that since I use a different table. Yet the reLyX output is still wrong, but now it is a minor

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 12:35:17PM +, José Matos wrote: > \LyXTable > multicol5 > 2 2 0 0 0 0 0 0 > 1 2 0 0 > ^- This is wrong it should be 1 Whatever the meaning of the 1 or the 2 is... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: reLyX's bug reading lyx tables (help)

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 12:43, Andre Poenitz wrote: > On Tue, Jan 07, 2003 at 12:35:17PM +, José Matos wrote: > > \LyXTable > > multicol5 > > 2 2 0 0 0 0 0 0 > > 1 2 0 0 > > ^- This is wrong it should be 1 > > Whatever the meaning of the 1 or the 2 is... That is simply have