[latex3-commits] [git/LaTeX3-latex3-l3build] master: Update TeX Live pkg requirements (d632691)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 27 14:06:50 CET 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/d6326910abc97ad0049b436fd853d665a105cfaf
>---------------------------------------------------------------
commit d6326910abc97ad0049b436fd853d665a105cfaf
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 27 13:06:50 2019 +0000
Update TeX Live pkg requirements
>---------------------------------------------------------------
d6326910abc97ad0049b436fd853d665a105cfaf
support/texlive.sh | 48 ++++++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 28 deletions(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 8ba4dd4..17a2eb2 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -25,46 +25,38 @@ tlmgr update --self
# Needed for any use of texlua even if not testing LuaTeX
tlmgr install luatex
-# Required to build plain and LaTeX formats:
-# TeX90 plain for unpacking, pdfLaTeX, LuaLaTeX and XeTeX for tests
-# The Lua libs and Latin Modern font avoid a few warnings with more
-# recent LaTeX2e kernels (which load Unicode as standard)
-tlmgr install etex-pkg latex-bin lm lualibs luaotfload \
- metafont mfware tex xetex
+# Required to build plain and LaTeX formats including (u)pLaTeX
+tlmgr install latex-bin platex uplatex tex xetex
-# Additional requirements for (u)pLaTeX, done with no dependencies to
-# avoid large font payloads
-tlmgr install --no-depends babel ptex uptex ptex-base uptex-base ptex-fonts \
- uptex-fonts platex uplatex
-
-# Font support for PDF tests
-tlmgr install amsfonts
+# Requirements for the tests
+tlmgr install amsfonts etex-pkg
# Support for typesetting the docs
tlmgr install \
- amsmath \
- booktabs \
- colortbl \
- csquotes \
+ amsmath \
+ booktabs \
+ colortbl \
+ csquotes \
+ enumitem \
+ fancyvrb \
+ graphics \
+ iftex \
+ l3packages \
+ oberdiek \
+ pdftexcmds \
+ psnfss \
+ hyperref \
+ tools \
+ underscore
+
ec \
enumitem \
etoolbox \
- fancyvrb \
- graphics \
- graphics-def \
- hyperref \
- iftex \
- l3kernel \
- l3packages \
listings \
makeindex \
needspace \
- oberdiek \
- psnfss \
symbol \
- tools \
underscore \
- url \
zapfding
# Keep no backups (not required, simply makes cache bigger)
More information about the latex3-commits
mailing list