[latex3-commits] [l3svn] 04/08: Combine tlmgr installations: ctex

noreply at latex-project.org noreply at latex-project.org
Sat Oct 3 00:01:10 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 e1d25c6f33ac7cb521a0ddaea6be7bcbef86008d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 2 22:03:36 2015 +0100

    Combine tlmgr installations: ctex
---
 texlive.sh |   20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index 5b0c3f4..ca78b59 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -45,29 +45,39 @@ tlmgr install courier psnfss times tools url
 
 # Dependencies
 tlmgr install \
+  adobemapping  \
   amsmath       \
+  cjkpunct      \
   ec            \
+  environ       \
   etoolbox      \
   euenc         \
   filehook      \
   lm            \
   lm-math       \
   lualatex-math \
+  lualibs       \
   luatexbase    \
+  luatexja      \
   luaotfload    \
+  ms            \
   oberdiek      \
   pdftex-def    \
+  trimspaces    \
   ucharcat      \
+  ulem          \
+  xecjk         \
   xetex-def     \
-  xunicode
+  xkeyval       \
+  xunicode      \
+  zhmetrics     \
+  zhnumber
+tlmgr install --no-depends cjk
 
 # Contrib packages for testing: force no deps
 tlmgr install --no-depends \
+  ctex        \
   fontspec    \
   siunitx     \
   unicode-math
 
-# - ctex
-tlmgr install adobemapping cjkpunct environ lualibs luatexja ms
-tlmgr install trimspaces ulem xecjk xkeyval zhmetrics zhnumber
-tlmgr install --no-depends cjk ctex

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


More information about the latex3-commits mailing list