From: Juergen Spitzmueller Date: Sat, 17 Mar 2018 11:39:13 +0000 (+0100) Subject: tex2lyx: handle makebeamertitle X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3692 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d93076c1284de96b12cb583edfee2654de928a61;p=features.git tex2lyx: handle makebeamertitle --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 82f9b50bca..6c29d4bc72 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -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);