diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-07 23:44:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-07 23:44:15 +0000 |
commit | 71bfc56fad7f23cefe8afeb85f822b16ba232d3b (patch) | |
tree | 0e4182834c006d3140ca6afbd44fe586b1cffa59 /Master/texmf-dist/doc/latex/psfragx/psfragx.m | |
parent | d16215fb98fe4ffabf2420fc1595c8429b94a40b (diff) |
psfragx to avoid readme.txt/README.txt non-duplication
git-svn-id: svn://tug.org/texlive/trunk@9350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/psfragx/psfragx.m')
-rw-r--r-- | Master/texmf-dist/doc/latex/psfragx/psfragx.m | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/psfragx/psfragx.m b/Master/texmf-dist/doc/latex/psfragx/psfragx.m index 25b3a51ba38..c61488279a2 100644 --- a/Master/texmf-dist/doc/latex/psfragx/psfragx.m +++ b/Master/texmf-dist/doc/latex/psfragx/psfragx.m @@ -1,16 +1,3 @@ -% psfragx.m %%% [-*- Matlab -*-] -% -% function psfragx(NomTeX,NomEPS) -% nargin=1 -> NomTeX=NomEPS -% -% Copy lines of NomTeX.tex -% starting with -% \psfrag -% and -% %<pfx> -% to the file NomEPS.eps, as a comment following the -% %%BoundigBox -% line. function psfragx(TeXname,EPSname,Outname) TMPname='psfragx_tmp'; |