[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/gh414: array.sty isn't available (d7c88957)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sun Oct 18 19:30:36 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : hotfix/gh414
Link : https://github.com/latex3/latex2e/commit/d7c889576d14b5b2d33116b59a0515988eded292
>---------------------------------------------------------------
commit d7c889576d14b5b2d33116b59a0515988eded292
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sun Oct 18 14:30:36 2020 -0300
array.sty isn't available
...in Travis, it seems
>---------------------------------------------------------------
d7c889576d14b5b2d33116b59a0515988eded292
base/testfiles/github-0414.lvt | 3 ++-
base/testfiles/github-0414.tlg | 11 ++---------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/base/testfiles/github-0414.lvt b/base/testfiles/github-0414.lvt
index c2044ada..d5e2bed0 100644
--- a/base/testfiles/github-0414.lvt
+++ b/base/testfiles/github-0414.lvt
@@ -4,7 +4,8 @@
\begin{filecontents}[overwrite]{testpath/testcls.cls}
\def\pkgloads{}
-\DeclareOption{array}{\def\pkgloads{\RequirePackage{array}}}
+\DeclareOption{array}%
+ {\def\pkgloads{\typeout{Look at me, I'm loading 'array.sty'}}}
\ProcessOptions
\LoadClass{article}
\pkgloads
diff --git a/base/testfiles/github-0414.tlg b/base/testfiles/github-0414.tlg
index 71eba9b8..455107c4 100644
--- a/base/testfiles/github-0414.tlg
+++ b/base/testfiles/github-0414.tlg
@@ -16,15 +16,8 @@ File: size10.clo ....-..-.. v... Standard LaTeX file (size option)
\abovecaptionskip=\skip...
\belowcaptionskip=\skip...
\bibindent=\dimen...
-)) (array.sty
-Package: array ....-..-.. v... Tabular extension package (FMi)
-\col at sep=\dimen...
-\ar at mcellbox=\box...
-\extrarowheight=\dimen...
-\NC at list=\toks...
-\extratabsurround=\skip...
-\backup at length=\skip...
-\ar at cellbox=\box...
+)
+Look at me, I'm loading 'array.sty'
) (github-0414.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line ....
LaTeX Font Info: ... okay on input line ....
More information about the latex3-commits
mailing list.