diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-13 00:06:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-13 00:06:34 +0000 |
commit | 33b9decf3736250e2c7bc7c110b29116cef82dda (patch) | |
tree | bb7f7257a9b96e51599ca309607995d89ecd82fe /Master/tlpkg | |
parent | fee6ae63b6689ddbae970ff9114c6ed976bf1dab (diff) |
luaintro (12feb13)
git-svn-id: svn://tug.org/texlive/trunk@29093 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luaintro.tlpsrc | 0 |
4 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index b85982d9648..0dff3ad91bb 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -259,7 +259,8 @@ my @TLP_working = qw( ltxdockit ltxfileinfo ltxindex ltxkeys ltxmisc ltxnew ltxtools lua-alt-getopt lua-check-hyphen lua-visual-debug lua2dox luabibentry luacode - luaindex luainputenc lualatex-doc lualatex-math lualibs luamplib luaotfload + luaindex luainputenc luaintro lualatex-doc lualatex-math lualibs + luamplib luaotfload luasseq luatexbase luatexja luatextra luaxml lxfonts ly1 m-tx macqassign macros2e mafr magaz magyar mailing mailmerge @@ -418,6 +419,7 @@ my @TLP_working = qw( ticket tikz-cd tikz-3dplot tikz-dependency tikz-inet tikz-qtree tikz-timing tikzinclude tikzorbital tikzpagenodes tikzpfeile tikzposter tikzscale + tikzsymbols timetable tipa tipa-de titlefoot titlepages titlepic titleref titlesec titling tkz-base tkz-berge tkz-doc tkz-euclide tkz-fct tkz-graph diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index dcfa5003f0b..5a100e6cf6f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1367,6 +1367,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'lua-check-hyphen', '\.lua|' . $standardtex, 'lua-visual-debug', '\.lua|' . $standardtex, 'lua2dox', 'NULL', # .def is lua code + 'luaintro', 'NULL', # doc pkg 'lualatex-math', '\.sty', # not phst-doc.cls 'luaxml', '\.lua|' . $standardtex, 'magyar', 'NULL', # do not install in runtime, conflicts with babel @@ -1649,6 +1650,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'latex-notes-zh-cn', 'generic', 'lua-alt-getopt', 'support', 'lua2dox', 'support', + 'luaintro', 'luatex', 'luatexja', 'luatex', 'marvosym', 'fonts', 'mathabx', 'fonts', @@ -2059,6 +2061,7 @@ $standardinsrunner="latex -interaction=nonstopmode"; 'apprends-latex' => 'NULL', # doc 'bigints' => 'NULL', # doc 'einfuehrung' => 'NULL', # doc + 'luaintro' => 'NULL', # doc 'mpman-ru' => 'NULL', # doc 'musuos' => 'NULL', # gind.ist conflict 'pst-eucl-translation-bg' => 'NULL', # doc diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index 094eb547821..db54305b491 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -15,6 +15,7 @@ depend luabibentry depend luacode depend luaindex depend luainputenc +depend luaintro depend lualatex-doc depend lualatex-math depend lualibs diff --git a/Master/tlpkg/tlpsrc/luaintro.tlpsrc b/Master/tlpkg/tlpsrc/luaintro.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/luaintro.tlpsrc |