mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tex2lyx: handle makebeamertitle
This commit is contained in:
parent
7e3a41bd15
commit
d93076c128
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user