diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-30 00:48:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-30 00:48:05 +0000 |
commit | 7c86e9c8ed85629d15393ae260c21121cb35fba1 (patch) | |
tree | 974e19e0bd58c1e1b6893451c75c7cfc27386992 /Master/tlpkg | |
parent | 84e40e86ea4e5295d5a90460b79dac71be88b4b3 (diff) |
mcmthesis (29jan15)
git-svn-id: svn://tug.org/texlive/trunk@36165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d7b6cc289a5..17b68e0fb84 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -330,7 +330,7 @@ my @TLP_working = qw( math-e mathabx mathabx-type1 mathalfa mathastext mathcomp mathdesign mathdots mathexam mathspec mathtools matlab-prettifier mathspic mattens maybemath mbenotes - mcaption mceinleger mcite mciteplus + mcaption mceinleger mcite mciteplus mcmthesis mdframed mdputu mdsymbol mdwtools media9 meetingmins memdesign memexsupp memoir MemoirChapStyles memory mentis menu menukeys merriweather diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 319056608cc..6ec706b0c26 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2259,7 +2259,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'lmake' => 'latex', # requires interaction 'luaindex' => 'lualatex --shell-escape', 'luatexja' => 'lualatex', - 'mcmthesis' => 'latex', # requires interaction + 'mcmthesis' => 'tex', # requires interaction 'mversion' => 'latex', # requires interaction 'mylatexformat'=> 'tex', 'nameauth' => 'latex', # requires interaction |