summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/fragmaster/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/fragmaster/README')
-rw-r--r--Master/texmf-dist/doc/support/fragmaster/README41
1 files changed, 31 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/support/fragmaster/README b/Master/texmf-dist/doc/support/fragmaster/README
index e6e4b9ab2f3..f50720f1224 100644
--- a/Master/texmf-dist/doc/support/fragmaster/README
+++ b/Master/texmf-dist/doc/support/fragmaster/README
@@ -2,7 +2,7 @@
Using psfrag with pdflatex
======================================================================
-German version: README.de
+German (not up to date) version: README.de
psfrag is a LaTeX package which allows to replace text elements in
included EPS graphics by arbitrary LaTeX output. E.g. you can make fonts
@@ -12,7 +12,7 @@ formulae in your graphics. For example:
\psfrag{x}{$x$}
\psfrag{y}{$y = x^2$}
\includegraphics{diagram}
-
+
When using latex (not pdflatex) the file diagram.eps will be included.
The extension is appended automatically. While doing this, every
occurrence of "x" in the diagram is replaced by "x" using math font and
@@ -41,12 +41,12 @@ converter script epstopdf.
To use the script you have to create two files per graphic:
* <graphics>_fm.eps: the EPS file itself,
- * <graphics>_fm: a fragmaster control file.
+ * <graphics>_fm: a fragmaster control file.
From these files the psfragged graphics will be created:
* <graphics>.eps,
- * <graphics>.pdf
+ * <graphics>.pdf
The control file is basically a LaTeX file (with optionally special
comments) and can look like this:
@@ -55,7 +55,7 @@ comments) and can look like this:
%
% A special comment:
% fmopt: width=6cm
-%
+%
% Another special comment:
% head:
% \usepackage{amsmath}
@@ -64,7 +64,7 @@ comments) and can look like this:
% psfrag commands:
\psfrag{x}{$x$}
\psfrag{y}{$y = x^2$}
-
+
The special comment fmopt: will be evaluated such that the following
text will by passed as optional argument to \includegraphics. This way
@@ -84,7 +84,7 @@ necessary (a little like "make" would do it).
In your LaTeX document you can include the produced graphics using
\includegraphics{<graphics>}
-
+
conveniently omitting the file extension. latex will choose the EPS,
pdflatex will choose the PDF.
@@ -112,7 +112,7 @@ The following example files are included:
example PS,
* parabel_fm.pdf
PDF version of the raw EPS graphics (only necessary for the
- example!).
+ example!).
======================================================================
@@ -133,7 +133,7 @@ behave nicer by specifying the following line in
(or a local equivalent inside /usr/local/share/texmf):
@ custom 0pt 0pt
-
+
In the likely case that you're wondering why, I'd recommend the dvipsk
sources warmly to you...
@@ -142,13 +142,34 @@ Have fun with the script! Feedback is very much appreciated.
Tilman Vogel <tilman vogel web de> (fill in: dot at dot)
+======================================================================
+Bugs and more info
+======================================================================
+
+For further details, please see "fragmaster -m" in UNIX systems (needs
+perldoc) or fragmaster man page if available. If directly downloaded
+from CTAN or used the one included in a win32 TeX distribution, please
+see fragmaster.pdf if available. Both are derived from fragmaster.pl
+pod section, located at the end of the script. Look there if the other
+formats are not available.
+
+Send bug reports to:
+
+ Agustin Martin <agustin martin hispalinux es> (fill in: dot at dot)
+
+In particular, the use of directory control files is a recent addition
+that still needs extensive checking.
+
+Your feedback is appreciated.
+
+Enjoy.
======================================================================
Pointers to other solutions
======================================================================
* Pdfrack <http://www.enseeiht.fr/~boyer/Pdfrack/>
- * unpsfrag <http://www.gts.tsc.uvigo.es/~fiz/unpsfrag>
+ * unpsfrag <http://www.gts.tsc.uvigo.es/~fiz/unpsfrag>
Last modified: Thu Mar 19 20:52:45 CET 2009