mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
parent
64981aa48c
commit
bbaf2b6a29
@ -1585,12 +1585,13 @@ void Preamble::parse(Parser & p, string const & forceclass,
|
||||
continue;
|
||||
}
|
||||
|
||||
else if (t.cs() == "date") {
|
||||
if (t.cs() == "date") {
|
||||
string argument = p.getArg('{', '}');
|
||||
if (argument.empty())
|
||||
h_suppress_date = "true";
|
||||
else
|
||||
h_preamble << t.asInput() << '{' << argument << '}';
|
||||
continue;
|
||||
}
|
||||
|
||||
if (t.cs() == "color") {
|
||||
|
Loading…
Reference in New Issue
Block a user