mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Allow for several (comma-separated) PackageOptions
This commit is contained in:
parent
67e9add6d0
commit
a77c84a0b4
@ -691,7 +691,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
|
|||||||
case TC_PKGOPTS : {
|
case TC_PKGOPTS : {
|
||||||
lexrc.next();
|
lexrc.next();
|
||||||
string const pkg = lexrc.getString();
|
string const pkg = lexrc.getString();
|
||||||
lexrc.next();
|
lexrc.eatLine();
|
||||||
string const options = lexrc.getString();
|
string const options = lexrc.getString();
|
||||||
package_options_[pkg] = options;
|
package_options_[pkg] = options;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user