From: André Pönitz Date: Wed, 12 Feb 2003 18:28:55 +0000 (+0000) Subject: ignore \noun definition X-Git-Tag: 1.6.10~17534 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=920aae526a64587e75926521cb6f13cd2e349d34;p=features.git ignore \noun definition git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6132 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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");