[latex3-commits] [git/LaTeX3-latex3-latex3] main: Install lipsum to allow using it in tests (0c7103668)
Bruno Le Floch
blflatex at gmail.com
Mon May 10 22:35:51 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/0c7103668a26e269a65d42728ef81588ad3fdb6a
>---------------------------------------------------------------
commit 0c7103668a26e269a65d42728ef81588ad3fdb6a
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
>---------------------------------------------------------------
0c7103668a26e269a65d42728ef81588ad3fdb6a
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.