diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xduthesis.tlpsrc | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d148b76ed94..ee3467de959 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -603,7 +603,7 @@ my @TLP_working = qw( wnri wnri-latex wordlike wrapfig wsemclassic wsuipa xargs xassoccnt xcharter xcite xcjk2uni xcolor xcolor-solarized - xcomment xcookybooky xdoc + xcomment xcookybooky xdoc xduthesis xebaposter xecjk xecolor xecyr xeindex xellipsis xepersian xesearch xespotcolor xetex-def xetex-devanagari xetex-itrans xetex-pstricks xetex-tibetan 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 ); diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index e7bc603c841..0c23be79bbd 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -153,6 +153,7 @@ depend uspatent depend ut-thesis depend uwthesis depend vancouver +depend xduthesis depend wsemclassic depend xcookybooky depend yathesis diff --git a/Master/tlpkg/tlpsrc/xduthesis.tlpsrc b/Master/tlpkg/tlpsrc/xduthesis.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/xduthesis.tlpsrc |