diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index fcfbdf2f489..7b9a7e76dac 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1538,7 +1538,7 @@ $standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'ginpenc', '\.gie|\.sty', 'graphics-pln','^[^e].*\.tex|.*\.sty', # not exmpl* 'greek-inputenc', '\.def|\.dfu$', - 'gzt', 'gzt.*\.(cfg|cls|.bx)', + 'gzt', 'gzt.*\.(cfg|cls|.bx)|(picto-.*|logo_SMF|gzt-logo).pdf', 'hanoi', 'hanoi\.tex', 'harvmac', 'mac\.tex', 'hc', '\.hld|' . $standardtex, @@ -2332,7 +2332,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'german' => 'tex', 'gost' => 'latex', # requires interaction 'graphics-pln' => "env TEXINPUTS=$Master/texmf-dist/source/latex/base: latex", - 'gzt' => 'xetex', + 'gzt' => 'tex', 'hf-tikz' => 'tex', 'hrlatex' => 'latex', # requires interaction 'isodoc' => 'luatex', |