commit d93076c1284de96b12cb583edfee2654de928a61
Author: Juergen Spitzmueller <[email protected]>
Date: Sat Mar 17 12:39:13 2018 +0100
tex2lyx: handle makebeamertitle
---
src/tex2lyx/text.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index 82f9b50..6c29d4b 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);