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 41c5334b735..5f0aa9ec3e2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1590,7 +1590,6 @@ $standardtex %specialtex = ( '2up', '2up\.tex|' . $standardtex, 'FAQ-en', 'NULL', - 'uowthesis', '\.(eps|png)|' . $standardtex, 'abbr', '\.tex', 'abstyles', 'apreambl.tex', # not a4c.sty 'aobs-tikz', 'tikz.*tex', @@ -1927,7 +1926,7 @@ $standardtex 'texosquery', '\.tex$|' . $standardtex, 'texproposal', 'NULL', 'texsis', '\.txs|TXS.*tex|texsis.tex', - 'thesis-ekf', 'images|\.cls', # not magyar.ldf + 'thesis-ekf', 'hazy-logo|' . $standardtex, 'thesis-titlepage-fhac','LOGO.*|' . $standardtex, 'threeparttable', '^..[^s].*\.sty', # not miscdoc.sty 'ticket', '\.tdf|' . $standardtex, @@ -1968,6 +1967,7 @@ $standardtex 'unitn-bimrep','\.jpg|' . $standardtex, 'univie-ling', 'univie.*logo.*.pdf|' . $standardtex, 'universa', '\.fd|uni\.sty', # not unidoc.sty + 'uowthesis', '\.(eps|png)|' . $standardtex, 'upca', '^upca\.tex', 'uptex-base', '\.(ini|src|tex)$', 'url', '^[^m].*\.sty', # not miscdoc.sty |