]> git.lyx.org Git - lyx.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 12:54:57 +0000 (13:54 +0100)
(cherry picked from commit d93076c1284de96b12cb583edfee2654de928a61)

src/tex2lyx/text.cpp

index cffeb5898142ed185a2c48656b5f14646fbe4291..d4dfbfabf042d048e39d30db066bb05f64430c05 100644 (file)
@@ -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);