mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
amend 11e4a24e6e
This commit is contained in:
parent
8184f08f4a
commit
386d9953e8
@ -1600,12 +1600,13 @@ void Preamble::parse(Parser & p, string const & forceclass,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (t.cs() == "date") {
|
if (t.cs() == "date") {
|
||||||
string argument = p.getArg('{', '}');
|
string argument = p.getArg('{', '}');
|
||||||
if (argument.empty())
|
if (argument.empty())
|
||||||
h_suppress_date = "true";
|
h_suppress_date = "true";
|
||||||
else
|
else
|
||||||
h_preamble << t.asInput() << '{' << argument << '}';
|
h_preamble << t.asInput() << '{' << argument << '}';
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (t.cs() == "color") {
|
if (t.cs() == "color") {
|
||||||
|
Loading…
Reference in New Issue
Block a user