From 8c46346d8639cab16c9fd520bf06940a290090dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Tue, 7 Jan 2003 14:30:52 +0000 Subject: [PATCH] Treat \\tablenewline as \\newline inside tables git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5911 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/reLyX/BasicLyX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reLyX/BasicLyX.pm b/lib/reLyX/BasicLyX.pm index c9441415ef..5e72be223f 100644 --- a/lib/reLyX/BasicLyX.pm +++ b/lib/reLyX/BasicLyX.pm @@ -470,7 +470,7 @@ sub basic_lyx { $thistable->nextcol; } else {warn "& is illegal outside a table!"} - } elsif ($name eq '\\\\' || $name eq '\\newline') { + } elsif ($name eq '\\\\' || $name eq '\\newline' || $name eq "\\tabularnewline") { &CheckForNewParagraph; # could be at beginning of par? print OUTFILE "\n\\newline \n"; -- 2.39.2