From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/purifyeps/README | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 support/purifyeps/README (limited to 'support/purifyeps/README') 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. -- cgit v1.2.3