diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 11 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/sansmath.tlpsrc | 0 |
3 files changed, 11 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 307d7dbb3ef..5637afb72bc 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -256,7 +256,7 @@ my @TLP_working = qw( rjlparshap rmpage robustcommand robustindex romannum rotating roundbox rsc rsfs rtkinenc rtklage ryethesis - sageep sauerj sauterfonts savefnmark savesym savetrees scale + sageep sansmath sauerj sauterfonts savefnmark savesym savetrees scale scalebar schemabloc scientificpaper sciposter screenplay script sdrt sectionbox sectsty selectp semantic semaphor seminar semioneside seqsplit setspace seuthesis sf298 sffms sfg sfheaders @@ -347,24 +347,33 @@ my @TLP_no_check = ( "gsftopk", # binary "ifluatex", # part of oberdiek "kpathsea", # binary + "latex-bin", # binary "lcdftypetools", # binary "luatex", # binary "makeindex", # binary + "metafont", # binary "metapost", # binary + "mfware", # binary "mltex", # binary "omegaware", # binary "pdftex", # binary "powerdot", # stale generated files on CTAN "synctex", # binary "t1utils", # binary + "tetex", # our sources + "tex", # binary "tex4ht", # binary + "texconfig", # our sources "texdoc", # binary "texinfo", # tl-update-auto "texlive.infra", # binary "texware", # binary "texworks", # binary + "tie", # binary "ttfutils", # binary + "xdvi", # binary "xetex", # binary + "xetexconfig", # our sources ); exit (&main ()); diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index e74b8f3fc8e..6f81621021d 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -510,6 +510,7 @@ depend romannum depend rotfloat depend rotpages depend rtkinenc +depend sansmath depend sauerj depend savefnmark depend savesym diff --git a/Master/tlpkg/tlpsrc/sansmath.tlpsrc b/Master/tlpkg/tlpsrc/sansmath.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/sansmath.tlpsrc |