diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3c3be1b3220..5056f4c86da 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1114,6 +1114,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'thesis', "die 'skipping, contradictory licenses'", # texdev.net/2016/12/18/tex-on-windows-tex-live-versus-miktex-revisited/ 'thesis-titlepage-fhAC',"die 'skipping, use ...fhac'", 'thsmc', "die 'skipping, requires nonfree font'", + 'thucoursework', "die 'skipping, cannot derive files'", 'ticket', "&MAKEflatten", 'ticollege', "&MAKEflatten", 'tikz-kalender',"&MAKEflatten", @@ -2502,7 +2503,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'fei' => 'tex', 'fge' => 'latex', # requires interaction 'g-brief' => 'latex', # requires interaction - 'gbt7714' => 'tex', + 'gbt7714' => 'tex -8bit', 'geometry' => 'tex', 'german' => 'tex', 'gost' => 'latex', # requires interaction |