diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-23 17:21:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-23 17:21:55 +0000 |
commit | d6443c8e1ba759d9b6289abbcd2696a61f52fb06 (patch) | |
tree | cba2aae4adfec17c5a0c24106465da205432b60a /Master/tlpkg/libexec | |
parent | dadf86ec2d90ed4529037604a8dcea9f660045b8 (diff) |
new font bguq (20jul12)
git-svn-id: svn://tug.org/texlive/trunk@27110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 051caf034f8..f432084d745 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -490,6 +490,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'lamstex', "die 'skipping, old'", 'lamstex-index', "die 'skipping, old'", 'labtable', "die 'skipping, nonfree w32 application'", + 'lastbib', "die 'skipping, nonfree'", 'latex_maker', "die 'skipping, ruby'", 'latex-help-texinfo', "die 'skipping, use latex2e-help-texinfo'", 'latex-make', "die 'skipping, subprograms seem problematic'", @@ -1882,11 +1883,12 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; %specialinsrunner = ( 'antomega' => 'latex', # requires interaction 'apa6e' => 'latex', # requires interaction - 'beamersubframe' => 'latex', # requires interaction + 'beamersubframe' => 'latex',# requires interaction 'basque-date' => 'latex', # requires interaction + 'bguq' => 'latex', # requires interaction 'bosisio' => 'latex -translate-file=empty.tcx', # ^^, no 8-bit 'bullcntr' => 'latex', # requires interaction - 'canoniclayout' => 'tex', + 'canoniclayout'=> 'tex', 'carlisle' => "env TEXINPUTS=$core_latex/base:$core_latex/tools:. latex", 'chickenize' => 'luatex', 'clefval' => 'latex -translate-file=empty.tcx', # no 8-bit |