]> git.lyx.org Git - features.git/commitdiff
tex2lyx: handle makebeamertitle
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 17 Mar 2018 11:39:13 +0000 (12:39 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 17 Mar 2018 11:39:13 +0000 (12:39 +0100)
src/tex2lyx/text.cpp

index 82f9b50bcafba9ad276dbe4a8a61d089915fde4a..6c29d4bc72666a82cb4b1b9ab4d34ba5c06d5da3 100644 (file)
@@ -3629,7 +3629,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);