From 920aae526a64587e75926521cb6f13cd2e349d34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 12 Feb 2003 18:28:55 +0000 Subject: [PATCH] ignore \noun definition git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6132 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/tex2lyx.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/tex2lyx.C b/src/tex2lyx/tex2lyx.C index 5a3b2c3655..f26c71e0bf 100644 --- a/src/tex2lyx/tex2lyx.C +++ b/src/tex2lyx/tex2lyx.C @@ -529,7 +529,7 @@ void parse(Parser & p, ostream & os, unsigned flags, mode_type mode) string const opts = p.getArg('[', ']'); string const body = p.verbatimItem(); // only non-lyxspecific stuff - if (name != "noun" && name != "tabularnewline") { + if (name != "\\noun " && name != "\\tabularnewline ") { ostream & out = in_preamble ? h_preamble : os; if (!in_preamble) begin_inset(os, "FormulaMacro\n"); -- 2.39.2