diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-23 01:03:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-23 01:03:54 +0000 |
commit | 0d7813a806f9173dbe362878550169f0cad356aa (patch) | |
tree | 026ef4b5b337e6b720b9b7e04418e7f2be4c6cc6 /Master/texmf-dist/doc/support/purifyeps | |
parent | af7d5f20724c4c7556806a2aa71f169789c599af (diff) |
new (old) script purifyeps
git-svn-id: svn://tug.org/texlive/trunk@12489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/purifyeps')
-rw-r--r-- | Master/texmf-dist/doc/support/purifyeps/README | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/purifyeps/README b/Master/texmf-dist/doc/support/purifyeps/README new file mode 100644 index 00000000000..25002cef1f7 --- /dev/null +++ b/Master/texmf-dist/doc/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) 2009 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. |