diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index cffeb58981..d4dfbfabf0 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -3604,7 +3604,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, continue; } - else if (t.cs() == "makeindex" || t.cs() == "maketitle") { + else if (t.cs() == "makeindex" || t.cs() == "maketitle" || t.cs() == "makebeamertitle") { if (preamble.titleLayoutFound()) { // swallow this skip_spaces_braces(p);