From: Juergen Spitzmueller Date: Sat, 17 Mar 2018 11:39:13 +0000 (+0100) Subject: tex2lyx: handle makebeamertitle X-Git-Tag: 2.3.1~133^2~24 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cfc2f0681e69e7f344ab86f9fd7d5c2a41e8094e;p=features.git tex2lyx: handle makebeamertitle (cherry picked from commit d93076c1284de96b12cb583edfee2654de928a61) --- 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);