summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-10 21:02:17 +0000
committerKarl Berry <karl@freefriends.org>2014-03-10 21:02:17 +0000
commit12567e0a26f8323baee032671263089817ebe0ff (patch)
tree05440b98207bf478dd3f95dbcd7c713e3efda621
parent5087e3ce03180bb60398a5a5f493904645daa813 (diff)
xepsf.tex doc update from dek
git-svn-id: svn://tug.org/texlive/trunk@33147 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/plain/knuth-local/xepsf.tex6
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/plain/knuth-local/xepsf.tex b/Master/texmf-dist/tex/plain/knuth-local/xepsf.tex
index b2b1a4605c2..87d2788d5a1 100644
--- a/Master/texmf-dist/tex/plain/knuth-local/xepsf.tex
+++ b/Master/texmf-dist/tex/plain/knuth-local/xepsf.tex
@@ -39,10 +39,10 @@
% You can enlarge or reduce the figure by saying
% \epsfxsize=<dimen> \epsfbox{filename.ps}
% (or
-% \epsfysize=<dimen> \epsfbox{filename.ps})
-% instead. Then the width of the TeX box will be \epsfxsize and its
+% \epsfysize=<dimen> \epsfbox{filename.ps}
+% instead). Then the width of the TeX box will be \epsfxsize and its
% height will be scaled proportionately (or the height will be
-% \epsfysize and its width will be scaled proportiontally). The
+% \epsfysize and its width will be scaled proportionately). The
% width (and height) is restored to zero after each use.
%
% A more general facility for sizing is available by defining the
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 76cfd9a2798..63ffde95d74 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1254,6 +1254,7 @@ $standarddest = "texmf-dist";
'jadetex', 'jadetex',
'japanese', 'platex',
'jsclasses', 'platex',
+ 'knuth-local', 'plain',
'kotex-plain', 'plain',
'levy', 'generic', # one .sty, one .tex
'luatexja', 'luatex',
@@ -1440,6 +1441,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'karnaugh', 'kvmacros.tex',
'kastrup', 'binhex.tex|' . $standardtex,
'keystroke', 'keystroke_.*|\.sty',
+ 'knuth-local', '\.tex',
'koma-script-sfs', '\.lco',
'kotex-plain', '\.tex',
'kotex-utf', 'hfontspec.default|\.dfu|' . $standardtex,
@@ -4793,11 +4795,13 @@ sub PREHOOK_ibygrk {
}
sub PREHOOK_knuth_local {
- print "PREHOOK_$package - extract some local/lib/*.mf\n";
+ print "PREHOOK_$package - extract some local/lib/*.mf, xepsf.tex\n";
&SYSTEM ("$RM -rf [^l]*"); # remove everything but lib
- my $mft_dir = "$DEST/mft/knuth-local";
+ &SYSTEM ("$MV lib/xepsf.tex ."); # exactboundingbox support
+
&SYSTEM ("$MV lib/*.mf ."); # keep lib/*.mf files
+ my $mft_dir = "$DEST/mft/knuth-local";
&mv_with_mkdir ("lib/e.mft", $mft_dir); # install e.mft
&SYSTEM ("$RM -rf lib"); # remove rest of lib