tex2lyx: handle makebeamertitle

This commit is contained in:
Juergen Spitzmueller 2018-03-17 12:39:13 +01:00
parent 7e3a41bd15
commit d93076c128

View 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);