summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/psfragx/psfragx.m
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-07 12:01:40 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-07 12:01:40 +0000
commitdf946872d1fa4e2eabbb7552f1d477bc46432038 (patch)
treeed96c920b7593c73efe523868a8f8c3ed74cf7d0 /Master/texmf-dist/doc/latex/psfragx/psfragx.m
parent3ffc2442bf77aa6073cfc5223cc1ad7911ae7c83 (diff)
psfragx update
git-svn-id: svn://tug.org/texlive/trunk@9329 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.m13
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';