diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-16 21:50:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-16 21:50:22 +0000 |
commit | 712e18adbc3a3747f8baa04df86593602cc032e6 (patch) | |
tree | ad001706d85bdc5a5f045e712cd6e6b31d6b7cfb /Master/tlpkg | |
parent | f96c6f3b55f5a86a5f9dd5dbfe6422c72d1b4b8e (diff) |
placeat (16apr14)
git-svn-id: svn://tug.org/texlive/trunk@33467 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 | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/placeat.tlpsrc | 0 |
4 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 8c4a2912535..d6d2981f4f5 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -368,7 +368,7 @@ my @TLP_working = qw( phonetic phonrule photo physics physymb piano picinpar pict2e pictex pictex2 pictexsum piechartmp piff pigpen pinlabel pitex pittetd pkfix pkfix-helper pkgloader pkuthss - placeins placeins-plain + placeat placeins placeins-plain plain-doc plainpkg plari plantslabels plates play playfair plipsum plnfss plstmary plweb pmgraph pmx pmxchords pnas2009 poemscol poetrytex polski poltawski diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index aca6979ab1a..5f7dd4d7cce 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2190,6 +2190,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'pageslts' => 'tex -translate-file=empty.tcx', # no 8-bit 'papermas', => 'tex', 'pauldoc' => 'latex', # requires interaction + 'placeat' => 'luatex', 'poemscol' => 'latex', # requires interaction 'polski' => 'latex', # requires interaction 'psfragx' => 'latex', # requires interaction @@ -2446,6 +2447,7 @@ $standardxmt='\.xmt'; 'lualatex-math' => '\.lua$', 'luasseq' => '\.lua$', 'mycv' => 'mycv_split_contents\.pl', + 'placeat' => '\.lua$', 'pythontex' => '([23]|_.*)\.py$', 'spelling' => '\.lua$', ); @@ -2601,6 +2603,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough 'mathexam' => 'sample.tex~', 'pkfix-helper' => 'pkfix-helper.pdf', + 'placeat' => $standardclean . '|README\.$', 'purifyeps' => 'purifyeps.pdf', 'revtex' => '00readme.tex|DOWNLOAD|README', # already in doc 'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store', diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index c04add6c1ca..88a92f004a7 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -29,6 +29,7 @@ depend luatexko depend luatextra depend luaxml depend odsfile +depend placeat depend selnolig depend showhyphens depend spelling diff --git a/Master/tlpkg/tlpsrc/placeat.tlpsrc b/Master/tlpkg/tlpsrc/placeat.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/placeat.tlpsrc |