From 4f902263451a27826c05b01add75eba8ad70bcbb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 22 Dec 2014 23:40:36 +0000 Subject: tudscr has fallback for free fonts, so fine, restore git-svn-id: svn://tug.org/texlive/trunk@35882 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 4 ++-- Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 + Master/tlpkg/tlpsrc/tudscr.tlpsrc | 0 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/tudscr.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index fec0a86ad86..505268716e3 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -519,7 +519,7 @@ my @TLP_working = qw( translations tree-dvips treetex trfsigns trimspaces trivfloat trsym truncate tsemlines - tucv tufte-latex tugboat tugboat-plain + tucv tudscr tufte-latex tugboat tugboat-plain tui turabian-formatting turkmen turnstile turnthepage twoinone twoup txfonts txfontsb txgreeks diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 0e9f827cac1..6badde3909a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1031,7 +1031,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'translator', "die 'skipping, now part of beamer'", # 'tree-dvips', "die 'skipping, noinfo license, latex 2.09'", 'treesvr', "die 'skipping, await request, 1995'", - 'tudscr', "die 'skipping, states need for nonfree fonts'", 'turabian', "die 'skipping, no license stated in source'", 'turkish', "die 'skipping, await request, 1989'", 'turkishintro',"die 'skipping, nosource'", @@ -1666,7 +1665,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'translation-tabbing-fr', 'NULL', # doc 'treetex', '(treetex|l_pic|classes)\.tex', 'truncate', '^..[^s].*\.sty', # not miscdoc.sty - 'tudscr', 'logo|' . $standardtex, + 'tudscr', 'DDC.*|TUD.*|' . $standardtex, 'tugboat-plain','\.cmn|' . $standardtex, 'uestcthesis', '\.png|' . $standardtex, 'udesoftec', 'udesoftec-cover|\.cls|\.def', @@ -2273,6 +2272,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit 'todonotes' => 'latex', # requires interaction 'toptesi' => 'latex', # requires interaction + 'tudscr' => 'tex', 'uadocs' => 'latex', # requires interaction 'undolabl' => 'tex', 'xecjk' => 'xecjk-xelatex', diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index 9ddf98b84ec..ced9b8a2d55 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -106,6 +106,7 @@ depend thesis-ekf depend thesis-titlepage-fhac depend thuthesis depend toptesi +depend tudscr depend tugboat depend tugboat-plain depend tui diff --git a/Master/tlpkg/tlpsrc/tudscr.tlpsrc b/Master/tlpkg/tlpsrc/tudscr.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3