diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-21 15:55:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-21 15:55:32 +0000 |
commit | de942b01ea6aec423bd44e02f86ff333279eaaf4 (patch) | |
tree | fb953632c739cace068271646b0a35c915d29c30 /Master/tlpkg | |
parent | 6687a0df239c51946cb7d922c05cbce38b53578f (diff) |
IEEEconf -> ieeeconf
git-svn-id: svn://tug.org/texlive/trunk@59665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ieeeconf.tlpsrc (renamed from Master/tlpkg/tlpsrc/IEEEconf.tlpsrc) | 0 |
5 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 65abc85a4b0..0ec31871de7 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -20,7 +20,7 @@ our %OPT; my @TLP_working = qw( 12many 2up - IEEEconf IEEEtran + IEEEtran SIstyle SIunits Tabbing Type1fonts a0poster a2ping a4wide a5comb aaai-named aalok aastex abbr abc abnt abntex2 abraces abstract abstyles @@ -394,7 +394,7 @@ my @TLP_working = qw( hyph-utf8 hyphen-base hyphenat hyphenex hyplain ibarra ibycus-babel ibygrk icite icsv - identkey idxcmds idxlayout ieeepes ietfbibs + identkey idxcmds idxlayout ieeeconf ieeepes ietfbibs iffont ifmslide ifmtarg ifnextok ifoddpage ifplatform ifptex ifsym iftex ifthenx ifxptex iitem ijmart ijqc ijsra diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 2f65d7b30ea..004fa136577 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -72,11 +72,12 @@ sub ctaninfo { || die "$0: TEX_CATALOGUE ($CATALOGUE) must point to entries/ subdir" . " of a TeX Catalogue checkout.\n"; - # erroneous or problematic tds files (when new, tell CTAN and author) + # erroneous or problematic tds files (when new, tell CTAN and author). + # ieeeconf: capitals in directory names. $erroneous_tds = join ("|", qw(alertmessage algolrevived amstex countriesofeurope dad ebproof endfloat engpron gost - hacm inriafonts imtekda mathdesign sdaps tufte-latex xassoccnt), + hacm ieeeconf inriafonts imtekda mathdesign sdaps tufte-latex xassoccnt), ); # the CJK material is split into several packages. diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a21c3a49bee..a626e67458c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -64,6 +64,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'GS1', "die 'skipping, use gs1'", 'GuIT', "die 'skipping, use guitlogo'", 'HA-prosper', "die 'skipping, use ha-prosper'", + 'IEEEconf', "die 'skipping, use ieeeconf'", 'IEEEtran', "&MAKEIEEEtran", 'LaTeX-FAQ-francaise', "die 'skipping, use faq-fr'", 'LingTrees', "die 'skipping, requires python'", @@ -630,7 +631,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'hyphen-spanish',"die 'skipping, part of hyph-utf8'", 'ibygrk', "&MAKEflatten", 'icon-appr', "die 'skipping, per author (dps) request'", - 'ieeeconf', "die 'skipping, use IEEEconf'", 'ieeetran', "die 'skipping, use IEEEtran'", 'ifacmtg', "die 'skipping, nonfree license'", 'ifetex', "die 'skipping, use iftex'", diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index abcea165ee7..36b0fc34238 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -3,7 +3,7 @@ shortdesc Publisher styles, theses, etc. # depend collection-latex # -depend IEEEconf +depend ieeeconf depend IEEEtran depend aastex depend abnt diff --git a/Master/tlpkg/tlpsrc/IEEEconf.tlpsrc b/Master/tlpkg/tlpsrc/ieeeconf.tlpsrc index e69de29bb2d..e69de29bb2d 100644 --- a/Master/tlpkg/tlpsrc/IEEEconf.tlpsrc +++ b/Master/tlpkg/tlpsrc/ieeeconf.tlpsrc |