mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
InTitle: ignore InPreamble styles for outputting \maketitle.
This commit is contained in:
parent
f3594cb3eb
commit
98bd27c0bf
@ -1358,7 +1358,7 @@ void latexParagraphs(Buffer const & buf,
|
||||
<< "}\n";
|
||||
}
|
||||
}
|
||||
} else if (was_title && !already_title) {
|
||||
} else if (was_title && !already_title && !layout.inpreamble) {
|
||||
if (tclass.titletype() == TITLE_ENVIRONMENT) {
|
||||
os << "\\end{" << from_ascii(tclass.titlename())
|
||||
<< "}\n";
|
||||
|
Loading…
Reference in New Issue
Block a user