commit a77c84a0b4d505c49ae3a98e7b8756e6eaea9ae4
Author: Juergen Spitzmueller <[email protected]>
Date:   Thu May 19 10:31:37 2022 +0200

    Allow for several (comma-separated) PackageOptions
---
 src/TextClass.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/TextClass.cpp b/src/TextClass.cpp
index a04a6f6..3a131d9 100644
--- a/src/TextClass.cpp
+++ b/src/TextClass.cpp
@@ -691,7 +691,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, 
ReadType rt)
                case TC_PKGOPTS : {
                        lexrc.next();
                        string const pkg = lexrc.getString();
-                       lexrc.next();
+                       lexrc.eatLine();
                        string const options = lexrc.getString();
                        package_options_[pkg] = options;
                        break;
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to