diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-05 20:53:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-05 20:53:34 +0000 |
commit | 2080cb22c0410371b9711b103015b0b78c6289b3 (patch) | |
tree | c3d79258c35d5f849975fbd55c8f202947f3007e /Master/tlpkg/libexec/ctan2tds | |
parent | eda08b76ad9d0ad91675a9e563c8c478df9af77a (diff) |
nwafuthesis (5aug21)
git-svn-id: svn://tug.org/texlive/trunk@60172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 9c5900bc051..8e0c1c48687 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2128,6 +2128,7 @@ $standardtex 'nth', '\.sty', 'ntheorem', '\.sty|\.std', 'nucleardata', '\.(csv|hd|pytxcode)|' . $standardtex, + 'nwafuthesis', 'nwafuthesis\.cls', # not *doc.cls 'nwejm', '[^c]\.cfg$|\.(.bx|sty|cls)$', # not ltxdoc.cfg 'ocgx', 'tikz.*\.code\.tex|' . $standardtex, 'odsfile', '\.lua|' . $standardtex, @@ -2789,6 +2790,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'mkjobtexmf', 'Makefile.in|' . $standardsource, 'mpman-ru', 'NULL', # doc package 'needspace', '\.tex|' . $standardsource, + 'nwafuthesis', '\.sh$|' . $standardsource, 'optexcount', '\.(py|sh)$|' . $standardsource, 'ot2cyr', '\.afm|\.etx|' . $standardsource, 'patch', '\.doc', @@ -2836,6 +2838,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'gloss-occitan','NULL', # polyglossia installs .ldf now 'lettre', 'NULL', 'ltximg', 'NULL', # doc, no need to build + 'nwafuthesis', 'nwafuthesis.dtx', 'paper', 'install', 'seuthesis', 'NULL', # don't want to run iconv, etc. 'stix2-type1', '\.ins|\.fdd', @@ -3006,6 +3009,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'mylatexformat'=> 'pdflatex', 'nameauth' => 'pdflatex-preserve-pdf', 'notespages' => 'latex', # requires interaction + 'nwafuthesis' => 'xetex', 'nwejm' => 'tex', 'nomentbl' => 'latex -translate-file=empty.tcx', # no 8-bit 'pbsheet' => 'latex', # requires interaction |