[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Avoid LuaTeX requiring dedicated .tlg file (a2a0e8db)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 12 18:27:10 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : options
Link : https://github.com/latex3/latex2e/commit/a2a0e8db9dd373fd41c7540923e2b84510b10810
>---------------------------------------------------------------
commit a2a0e8db9dd373fd41c7540923e2b84510b10810
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 1 14:53:22 2021 +0000
Avoid LuaTeX requiring dedicated .tlg file
>---------------------------------------------------------------
a2a0e8db9dd373fd41c7540923e2b84510b10810
base/testfiles/github-0710.lvt | 3 ++-
base/testfiles/github-0710.tlg | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/base/testfiles/github-0710.lvt b/base/testfiles/github-0710.lvt
index 8870549f..89a7f8af 100644
--- a/base/testfiles/github-0710.lvt
+++ b/base/testfiles/github-0710.lvt
@@ -43,7 +43,8 @@
\begin{document}
\TIMO
-\SetKeysOptions[mypkg]{general-option-C = 999, preamble-option-D = 999} % 9
+\SetKeysOptions[mypkg]{general-option-C = 999,
+ preamble-option-D = 999} % 9
\mypkgtest
\END
\ No newline at end of file
diff --git a/base/testfiles/github-0710.tlg b/base/testfiles/github-0710.tlg
index bf6b73c8..19861ba8 100644
--- a/base/testfiles/github-0710.tlg
+++ b/base/testfiles/github-0710.tlg
@@ -59,8 +59,8 @@ l. ...\mypkgtest
! LaTeX3 Error: Key "preamble-option-D" may only be used in the preamble.
For immediate help type H <return>.
...
-l. ......l-option-C = 999, preamble-option-D = 999}
- % 9
+l. ... preamble-option-D = 999}
+ % 9
LaTeX was asked to set a key called "preamble-option-D", but this is only
allowed before \begin {document}. You will need to set the key earlier.
> \x=macro:
More information about the latex3-commits
mailing list.