diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-11 21:53:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-11 21:53:44 +0000 |
commit | 86892cf6368a4fc855760f67fb91239b5b602a56 (patch) | |
tree | 8d5dc61c435ca7b50b78fd503410ed7342e83f97 /Master/tlpkg | |
parent | df4cd18fe168adf824d56a09cd2fcc11f805276e (diff) |
beamerswitch UTF-8 endash
git-svn-id: svn://tug.org/texlive/trunk@44568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c5d1f335d98..dc85ce98bc7 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -226,7 +226,7 @@ my @TLP_working = qw( dvipsconfig dynamicnumber dynblocks dyntree e-french ean ean13isbn easy easy-todo easyfig easyformat easylist easyreview ebezier ebgaramond ebgaramond-maths ebong ebook ebproof ebsthesis - ec ecc ecclesiastic ecgdraw ecltree eco ecobiblatex econometrics economic + ec ecc ecclesiastic ecltree eco ecobiblatex econometrics economic ecv ed edfnotes edmac edmargin ednotes eemeir eepic efbox egameps egplot eiad eiad-ltx eijkhout einfuehrung einfuehrung2 ejpecp ekaia elbioimp electrum eledform eledmac elements ellipse ellipsis @@ -714,6 +714,7 @@ my @TLP_no_check = ( "dvipos", # binary "dvips", # binary "dvisvgm", # binary + "ecgdraw", # awaiting upload with trivial \CheckSum fix 2jul16 "enctex", # binary "etex", # binary "euxm", # knuth, old, not on ctan diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1b93af4024a..82b8fc0d66c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2401,7 +2401,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'basque-book' => 'latex', # requires interaction 'basque-date' => 'latex', # requires interaction 'bbold' => 'pdflatex', - 'beamerswitch' => 'tex', # no doc remake + 'beamerswitch' => 'tex -8bit', # no doc remake 'biblatex-oxref' => 'luatex', # no doc remake 'bguq' => 'latex', # requires interaction 'bhcexam' => 'latex', # requires interaction |