summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/psfragx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-07 22:49:34 +0000
committerKarl Berry <karl@freefriends.org>2012-05-07 22:49:34 +0000
commit00594439f07c4918772b72ae22786fb762b93f37 (patch)
tree353a0b80b614cb8c21a4fd9e2793400229ac556b /Master/texmf-dist/doc/latex/psfragx
parent442cbc456148fe4adcdfeb54e0f381b2e95a4ad1 (diff)
psfragx 1.1 (7may12)
git-svn-id: svn://tug.org/texlive/trunk@26243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/psfragx')
-rw-r--r--Master/texmf-dist/doc/latex/psfragx/README.laprint-3.16 (renamed from Master/texmf-dist/doc/latex/psfragx/README.txt.laprint-3.16)0
-rw-r--r--Master/texmf-dist/doc/latex/psfragx/psfragx.m30
-rw-r--r--Master/texmf-dist/doc/latex/psfragx/psfragx.pdfbin163161 -> 214814 bytes
-rw-r--r--Master/texmf-dist/doc/latex/psfragx/readmePFX.txt2
4 files changed, 31 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/psfragx/README.txt.laprint-3.16 b/Master/texmf-dist/doc/latex/psfragx/README.laprint-3.16
index 30a32a5e161..30a32a5e161 100644
--- a/Master/texmf-dist/doc/latex/psfragx/README.txt.laprint-3.16
+++ b/Master/texmf-dist/doc/latex/psfragx/README.laprint-3.16
diff --git a/Master/texmf-dist/doc/latex/psfragx/psfragx.m b/Master/texmf-dist/doc/latex/psfragx/psfragx.m
index c61488279a2..5c051b953b5 100644
--- a/Master/texmf-dist/doc/latex/psfragx/psfragx.m
+++ b/Master/texmf-dist/doc/latex/psfragx/psfragx.m
@@ -1,3 +1,28 @@
+%% psfragx.m [2012/05/02 v0.4 Pascal Kockaert]
+%%
+%% function psfragx(TeXname,EPSname,Outname)
+%% nargin=1 -> EPSname=TeXname
+%% nargin=2 -> Outname=EPSname
+%%
+%% Interleaves lines of TeXname.tex and EPSname.eps
+%% so that all the lines of EPSname.eps are copied in Outname.tex and
+%% lines from TeXname.tex starting with
+%% \psfrag
+%% and
+%% %<pfx>
+%% are written in Outname.eps, as a comment following the
+%% %%BoundigBox
+%% line.
+
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This file is currently maintained by Pascal Kockaert
function psfragx(TeXname,EPSname,Outname)
TMPname='psfragx_tmp';
@@ -12,6 +37,11 @@ TeXName=([TeXname,'.tex']);
EPSName=([EPSname,'.eps']);
OutName=([Outname,'.eps']);
+%% Uncomment for debugging purposes
+%% eval(['ls ',TeXName])
+%% eval(['ls ',EPSName])
+%% eval(['ls ',OutName])
+
BeginInput ='%%BoundingBox:';
BeginPSFRAG='%<pfx>\pfxbegin[1.0]{laprint}%';
EndPSFRAG ='%<pfx>\pfxend';
diff --git a/Master/texmf-dist/doc/latex/psfragx/psfragx.pdf b/Master/texmf-dist/doc/latex/psfragx/psfragx.pdf
index 44b21d85fd1..f8636081a88 100644
--- a/Master/texmf-dist/doc/latex/psfragx/psfragx.pdf
+++ b/Master/texmf-dist/doc/latex/psfragx/psfragx.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/psfragx/readmePFX.txt b/Master/texmf-dist/doc/latex/psfragx/readmePFX.txt
index e6dbc59bc1c..e8d4536514f 100644
--- a/Master/texmf-dist/doc/latex/psfragx/readmePFX.txt
+++ b/Master/texmf-dist/doc/latex/psfragx/readmePFX.txt
@@ -4,7 +4,7 @@ This file describes how to install the package.
All you need is the file psfragx.dtx. If the file psfragx.ins does
not exist, run LaTeX on the file psfragx.dtx. This should
-generated the file psfragx.ins.
+generate the file psfragx.ins.
Run LaTeX on the file psfragx.ins. This generates all the files of
the package. The documentation will be generated if you run LaTeX