diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5f7dd4d7cce..5eac792c7cb 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2209,6 +2209,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'uadocs' => 'latex', # requires interaction 'undolabl' => 'tex', 'xecjk' => 'xecjk-xelatex', + 'xskak' => 'latex', # requires interaction ); $standardinsrunner="latex -interaction=nonstopmode"; |