[latex3-commits] [l3svn] 02/08: Combine tlmgr installations: fontspec

noreply at latex-project.org noreply at latex-project.org
Sat Oct 3 00:01:08 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit f487768c53d09030f7287fcc1fa4bc42ac5ed86e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 2 21:58:20 2015 +0100

    Combine tlmgr installations: fontspec
---
 texlive.sh |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index 5c227f2..1011390 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -45,17 +45,22 @@ tlmgr install courier psnfss times tools url
 
 # Dependencies
 tlmgr install \
-  amsmath \
-  ec
+  amsmath    \
+  ec         \
+  euenc      \
+  lm         \
+  luatexbase \
+  luaotfload \
+  oberdiek   \
+  pdftex-def \
+  xetex-def  \
+  xunicode
 
 # Contrib packages for testing: force no deps
 tlmgr install --no-depends \
+  fontspec \
   siunitx
 
-# - fontspec
-tlmgr install euenc lm luatexbase luaotfload 
-tlmgr install oberdiek pdftex-def xetex-def xunicode
-tlmgr install --no-depends fontspec
 # - unicode-math
 tlmgr install etoolbox filehook lm-math lualatex-math ucharcat
 tlmgr install --no-depends unicode-math

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list