[latex3-commits] [l3svn] branch master updated: More complex set up for (u)pTeX in TL'16
noreply at latex-project.org
noreply at latex-project.org
Tue Jun 7 23:29:30 CEST 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 28ed3e5 More complex set up for (u)pTeX in TL'16
28ed3e5 is described below
commit 28ed3e54ac7d4e7d97bbece093b7bb33f19f3c16
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jun 7 22:29:17 2016 +0100
More complex set up for (u)pTeX in TL'16
---
support/texlive.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index e856867..1d95bac 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -22,7 +22,8 @@ if ! command -v texlua > /dev/null; then
# Core requirements for the test system
tlmgr install babel babel-english latex latex-bin latex-fonts latexconfig \
xetex
- tlmgr install --no-depends ptex uptex
+ tlmgr install --no-depends ptex uptex ptex-base uptex-base ptex-fonts
+ uptex-fonts platex uplatex
fi
# Keep no backups (not required, simply makes cache bigger)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list