summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-23 01:20:19 +0000
committerKarl Berry <karl@freefriends.org>2009-03-23 01:20:19 +0000
commit82657b1984ba59ad8870c6ee918fb14626a04fd1 (patch)
tree417341195f9f8f7b48cc11cb6974da702a25d195 /Master/texmf-dist/doc/support
parentde83ceff93cb78af1af72c4a1e063d8dc18caa66 (diff)
new script pkfix-helper
git-svn-id: svn://tug.org/texlive/trunk@12491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/pkfix-helper/README65
-rw-r--r--Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.pdfbin0 -> 315660 bytes
2 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/pkfix-helper/README b/Master/texmf-dist/doc/support/pkfix-helper/README
new file mode 100644
index 00000000000..aeb7888089d
--- /dev/null
+++ b/Master/texmf-dist/doc/support/pkfix-helper/README
@@ -0,0 +1,65 @@
+ +---------------------------------------+
+ | PKFIX-HELPER |
+ | |
+ | Help pkfix process PostScript files |
+ | produced by ancient versions of dvips |
+ | |
+ | Scott Pakin, scott+pkfh@pakin.org |
+ +---------------------------------------+
+
+
+Description
+===========
+
+pkfix is a useful utility for replacing resolution-dependent bitmapped
+fonts in a dvips-produced PostScript file with the corresponding
+resolution-independent vector fonts. Unfortunately, pkfix needs to
+parse certain PostScript comments that appear only in files produced
+by dvips versions later than 5.58 (ca. 1996); it fails to work on
+PostScript files produced by older versions of dvips.
+
+pkfix-helper is a program that attempts to insert newer-dvips comments
+into an older-dvips PostScript file, thereby making the file suitable
+for processing by pkfix. pkfix-helper can sometimes process documents
+fully autonomously but does require the user to verify and, if needed,
+correct its decisions.
+
+
+Installation
+============
+
+pkfix-helper has essentially the same requirements as pkfix. To run
+it, you will need:
+
+ * Perl (http://www.cpan.org/)
+ * Ghostscript (http://www.cs.wisc.edu/~ghost/)
+ * tftopl (comes with most TeX distributions)
+
+Simply copy pkfix-helper to somewhere in your search path (e.g.,
+/usr/local/bin/) and you should be good to go. You may also want to
+install and/or print the documentation (pkfix-helper.pdf and
+encoding-samples.pdf) and install the Unix man page (pkfix-helper.1).
+At a minimum, you should *read* the documentation; pkfix-helper usage
+is neither completely automatic nor completely intuitive.
+
+As the pkfix README states, "I have only tested with a few test files
+on a Linux machine with teTeX." The same is true for pkfix-helper.
+In particular, I don't know what needs to be done to get pkfix-helper
+to work under Windows. If you're a Windows user, you're on your own.
+Sorry. Maybe try Cygwin (http://www.cygwin.com/)?
+
+
+Copyright and license
+=====================
+
+Copyright (C) 2006, 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.
diff --git a/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf b/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf
new file mode 100644
index 00000000000..c3362003e11
--- /dev/null
+++ b/Master/texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf
Binary files differ