[latex3-commits] [git/LaTeX3-latex3-latex3] l3doc-test: Install lipsum to allow using it in tests (b9a806776)
Marcel Fabian Krüger
tex at 2krueger.de
Thu May 6 08:24:07 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : l3doc-test
Link : https://github.com/latex3/latex3/commit/b9a806776d232fb7a3da105a4d57d5ec4645c989
>---------------------------------------------------------------
commit b9a806776d232fb7a3da105a4d57d5ec4645c989
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Thu May 6 08:24:07 2021 +0200
Install lipsum to allow using it in tests
>---------------------------------------------------------------
b9a806776d232fb7a3da105a4d57d5ec4645c989
support/texlive.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 81a04ad37..0864900b2 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -38,7 +38,7 @@ tlmgr install metafont mfware
# Dependencies for tests that are not auto-resolved
tlmgr install bibtex lualatex-math
-# For the doc target
+# For the doc target and testing l3doc
tlmgr install \
alphalph \
amsfonts \
@@ -56,6 +56,7 @@ tlmgr install \
fancyvrb \
hologo \
hyperref \
+ lipsum \
listings \
makeindex \
mathpazo \
More information about the latex3-commits
mailing list.