[latex3-commits] [git/LaTeX3-latex3-latex2e] options: Avoid LuaTeX requiring dedicated .tlg file (2a02a453)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Dec 1 15:53:22 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : options
Link : https://github.com/latex3/latex2e/commit/2a02a453c75e25f93458af0d1dabf11b5da35d43
>---------------------------------------------------------------
commit 2a02a453c75e25f93458af0d1dabf11b5da35d43
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 1 14:53:22 2021 +0000
Avoid LuaTeX requiring dedicated .tlg file
>---------------------------------------------------------------
2a02a453c75e25f93458af0d1dabf11b5da35d43
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.