[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update package requirements (fd898d923)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Oct 19 17:15:52 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/fd898d923c85535c1f750f75cd815099b3d55815
>---------------------------------------------------------------
commit fd898d923c85535c1f750f75cd815099b3d55815
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Oct 19 16:14:07 2020 +0100
Update package requirements
>---------------------------------------------------------------
fd898d923c85535c1f750f75cd815099b3d55815
support/texlive.sh | 53 ++++++-----------------------------------------------
1 file changed, 6 insertions(+), 47 deletions(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index e20fba02b..0a3af9bb1 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -33,7 +33,7 @@ tlmgr install amsmath tools
# Assuming a 'basic' font set up, metafont is required to avoid
# warnings with some packages and errors with others
-tlmgr install metafont mfware texlive-scripts
+tlmgr install metafont mfware
# Contrib packages for testing
# The deps here will include l3... but that's not worth worrying about
@@ -43,58 +43,20 @@ tlmgr install \
mhchem \
siunitx \
unicode-math
-# Dependencies for tests that are not auto-resolved:
-# a lot for CTeX as different engine need different stuff,
-# also fonts as they are not down as deps
-tlmgr install \
- adobemapping \
- alphalph \
- amsfonts \
- bibtex \
- bitset \
- catchfile \
- cjk \
- cjkpunct \
- ctablestack \
- ec \
- epstopdf-pkg \
- fandol \
- lualatex-math \
- ltxcmds \
- pdfescape \
- pdftexcmds \
- pgf \
- trimspaces \
- ucharcat \
- xcolor \
- xecjk \
- luatexja \
- xkeyval \
- zhmetrics
+
+# Dependencies for tests that are not auto-resolved
+tlmgr install lualatex-math
# For the doc target
tlmgr install \
- atbegshi \
- atveryend \
- auxhook \
- bigintcalc \
bookmark \
booktabs \
colortbl \
csquotes \
dvips \
enumitem \
- etexcmds \
fancyvrb \
- gettitlestring \
hologo \
- hycolor \
- hyperref \
- intcalc \
- kvdefinekeys \
- kvoptions \
- kvsetkeys \
- letltxmacro \
listings \
makeindex \
mathpazo \
@@ -102,14 +64,11 @@ tlmgr install \
oberdiek \
psnfss \
ragged2e \
- refcount \
- rerunfilecheck \
times \
- underscore \
- uniquecounter
+ underscore
# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0
# Update the TL install but add nothing new
-tlmgr update --self --all --no-auto-install
+tlmgr update --all --no-auto-install
More information about the latex3-commits
mailing list.