diff --git a/.gitignore b/.gitignore index 30d182d0a5..fb63569bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ stamp-h1 build/ CMakeLists.txt.user .dirstamp +/src/tex2lyx/test/*.lyx.tex diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index ce330a2b9f..175af2374a 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -4745,10 +4745,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, } // handle some TIPA special characters else if (preamble.isPackageUsed("tipa")) { - if (name == "\\textglobfall") { - name = "End"; - skip_braces(p); - } else if (name == "\\s") { + if (name == "\\s") { // fromLaTeXCommand() does not yet // recognize tipa short cuts name = "\\textsyllabic";