summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-05 23:20:53 +0000
committerKarl Berry <karl@freefriends.org>2014-01-05 23:20:53 +0000
commitdbca43aaff091e11b5b4991d69916d74264c0e53 (patch)
tree4f42683680c11ced53984dfb8df631f111592304 /Master
parent4efeb5d9a59b329fd122a2b40cc7f1bee5374323 (diff)
add stix.pdf (made from .dtx)
git-svn-id: svn://tug.org/texlive/trunk@32585 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/fonts/stix/README.TEXLIVE1
-rw-r--r--Master/texmf-dist/doc/fonts/stix/stix.pdfbin0 -> 891455 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds11
3 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/stix/README.TEXLIVE b/Master/texmf-dist/doc/fonts/stix/README.TEXLIVE
index 743b105a75e..9bf8962e5ab 100644
--- a/Master/texmf-dist/doc/fonts/stix/README.TEXLIVE
+++ b/Master/texmf-dist/doc/fonts/stix/README.TEXLIVE
@@ -5,5 +5,4 @@ missing source code. You can find these files on CTAN at
If questions or concerns, email tex-live@tug.org.
STIX Font 1.1.1 Release Documentation.pdf
- stix.pdf
STIX Font 1.1.0-latex Release Documentation.pdf
diff --git a/Master/texmf-dist/doc/fonts/stix/stix.pdf b/Master/texmf-dist/doc/fonts/stix/stix.pdf
new file mode 100644
index 00000000000..7401380c474
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/stix/stix.pdf
Binary files differ
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 987fe79ed63..f36aa6ea9da 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1194,6 +1194,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'pxbase' => '&POSTpxbase',
'pxchfon' => '&POSTpxchfon',
'splitindex' => '&POST_do_man',
+ 'stix' => '&POSTstix',
'tap', => '&POSTtap',
'texdraw', => '&POSTtexdraw',
'tipa-de' => '&POST_rmsymlink',
@@ -2608,7 +2609,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'piechartmp' => 'piechartmp.pdf', # no source
'ptptex' => '(overcite|cite|wrapfig).sty', # duplicated
'sapthesis' => '.*-ML.*\.pdf', # univ logos
- 'stix' => '(STIX.*Documentation|stix)\.pdf', # no source
+ 'stix' => 'STIX.*Documentation\.pdf', # no source
'stubs' => 'stubs.pdf', # no source
'susy' => 'susy.pdf', # no source
'swimgraf' => 'swimgraf.pdf', # no source
@@ -5591,6 +5592,14 @@ sub POSTpxchfon {
&SYSTEM ("$MV $srcdir/*.sfd $sfddir/");
}
+sub POSTstix {
+ print "POST$package - unspacify\n";
+ &SYSTEM ('find . -name \*\ \* -print | rename "s/ /_/g"');
+# . '-exec mv "{}" '
+# . '"`echo \"{}\" | tr -d \ `" '
+# . '\;');
+}
+
sub POSTtap {
print "POST$package - mv tapdoc dir\n";
&SYSTEM ("$MV tapdoc/* .");