mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +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;
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user