summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 714c6570f7d..b1c440a77b6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1830,6 +1830,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)'
'xwatermark', '\.sty', # no .cfg
'xlop', 'xlop\.(tex|sty)', # no manual.sty
'xstring', 'xstring\.tex|' . $standardtex,
+ 'yathesis', '\.(sty|cls)$', # no .cfg
'yax', '(t-)?yax\.(sty|tex)|' . $standardtex,
'zefonts', '\.sty|\.fd',
);
@@ -2297,6 +2298,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)'
'translation-filecontents-de', 'NULL', # doc
'turnstile', 'turnstile-en.ins', # skip pt since it changes the sty
'xymtex', 'NULL', # already built, too complicated
+ 'yathesis', 'yathesis.dtx', # not templates
);
$standardins = '\.ins$';
@@ -2448,6 +2450,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'xduthesis' => 'tex',
'xecjk' => 'xecjk-xelatex',
'xskak' => 'latex', # requires interaction
+ 'yathesis' => 'pdftex',
);
$standardinsrunner="latex -interaction=nonstopmode";