From 12567e0a26f8323baee032671263089817ebe0ff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Mar 2014 21:02:17 +0000 Subject: xepsf.tex doc update from dek git-svn-id: svn://tug.org/texlive/trunk@33147 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/plain/knuth-local/xepsf.tex | 6 +++--- Master/tlpkg/libexec/ctan2tds | 8 ++++++-- 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= \epsfbox{filename.ps} % (or -% \epsfysize= \epsfbox{filename.ps}) -% instead. Then the width of the TeX box will be \epsfxsize and its +% \epsfysize= \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 -- cgit v1.2.3