diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-12 16:00:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-12 16:00:16 +0000 |
commit | 2ab7f176a961c34e91af823a946e0570d299448c (patch) | |
tree | 5ed54911587c61e26d8f490b8e77fb5600efd573 /Master/tlpkg/libexec | |
parent | a486e5253985b30ecf5c5be57cd33f9b4e169143 (diff) |
xduthesis (11feb16)
git-svn-id: svn://tug.org/texlive/trunk@39693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 71fe74fa7fb..7431de8980b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1757,6 +1757,7 @@ $standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'wasy', 'wasyfont\.tex', 'wordcount', '\.tex', 'xcomment', 'xcomment\.tex|' . $standardtex, + 'xduthesis', '\.eps|' . $standardtex, 'xepersian', 'xepersian-mathsdigitspec\.tex|' . $standardtex, 'xesearch', 't-.*|' . $standardtex, 'xetexfontinfo','\.tex', @@ -2367,6 +2368,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'tudscr' => 'tex', 'uadocs' => 'latex', # requires interaction 'undolabl' => 'tex', + 'xduthesis' => 'tex', 'xecjk' => 'xecjk-xelatex', 'xskak' => 'latex', # requires interaction ); |