summaryrefslogtreecommitdiff
path: root/support/purifyeps/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/purifyeps/README
Initial commit
Diffstat (limited to 'support/purifyeps/README')
-rw-r--r--support/purifyeps/README59
1 files changed, 59 insertions, 0 deletions
diff --git a/support/purifyeps/README b/support/purifyeps/README
new file mode 100644
index 0000000000..7c0893da26
--- /dev/null
+++ b/support/purifyeps/README
@@ -0,0 +1,59 @@
+ +---------------------------------------------+
+ | PURIFYEPS |
+ | |
+ | Convert an ordinary Encapsulated PostScript |
+ | file (.eps) into one that works with both |
+ | LaTeX+dvips and pdfLaTeX. |
+ | |
+ | By Scott Pakin, scott+peps@pakin.org |
+ +---------------------------------------------+
+
+
+Description
+-----------
+
+While pdfLaTeX has a number of nice features, its primary shortcoming
+relative to standard LaTeX+dvips is that it is unable to read ordinary
+Encapsulated PostScript (EPS) files, the most common graphics format
+in the LaTeX world. purifyeps converts EPS files into a "purified"
+form that can be read by *both* LaTeX+dvips and pdfLaTeX. The trick
+is that the standard LaTeX2e graphics packages can parse
+MetaPost-produced EPS directly. Hence, purifyeps need only convert an
+arbitrary EPS file into the same stylized format that MetaPost
+outputs.
+
+Documentation is provided in Unix man-page format and in PDF
+(U.S. letter-sized). In addition, executing "purifyeps --help" gives
+basic command-line usage.
+
+
+Requirements
+------------
+
+To run purifyeps, you will need the following:
+
+ * Perl (http://www.cpan.org)
+
+ * pstoedit (http://www.pstoedit.net/pstoedit)
+
+ * a LaTeX distribution that includes MetaPost (mpost)
+
+purifyeps itself is a Perl script. On certain operating systems, you
+may need to rename purifyeps (e.g., to purifyeps.pl) to notify the
+system that purifyeps is, in fact, a Perl script.
+
+
+Copyright and license
+---------------------
+
+Copyright (C) 2010 by Scott Pakin
+
+This file may be distributed and/or modified under the conditions of
+the LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX
+version 2006/05/20 or later.