diff options
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, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/psfragx/psfragx.m b/Master/texmf-dist/doc/latex/psfragx/psfragx.m index c61488279a2..25b3a51ba38 100644 --- a/Master/texmf-dist/doc/latex/psfragx/psfragx.m +++ b/Master/texmf-dist/doc/latex/psfragx/psfragx.m @@ -1,3 +1,16 @@ +% 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'; |