tex2lyx: handle makebeamertitle

(cherry picked from commit d93076c128)
This commit is contained in:
Juergen Spitzmueller 2018-03-17 12:39:13 +01:00
parent 5170efe2c9
commit cfc2f0681e

View File

@ -3604,7 +3604,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
continue; continue;
} }
else if (t.cs() == "makeindex" || t.cs() == "maketitle") { else if (t.cs() == "makeindex" || t.cs() == "maketitle" || t.cs() == "makebeamertitle") {
if (preamble.titleLayoutFound()) { if (preamble.titleLayoutFound()) {
// swallow this // swallow this
skip_spaces_braces(p); skip_spaces_braces(p);