summaryrefslogtreecommitdiffstats
path: root/office/ps2eps
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 03:50:21 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-14 03:50:21 -0400
commitfd894380325dd6d4e1c0a41b8ac4cbb2d2814a96 (patch)
tree32f0a676a3f2680e495352156e8b8ced31cb6bfb /office/ps2eps
parentfdba9d77c39487415c960a79a746f000da60a959 (diff)
downloadslackbuilds-fd894380325dd6d4e1c0a41b8ac4cbb2d2814a96.tar.gz
slackbuilds-fd894380325dd6d4e1c0a41b8ac4cbb2d2814a96.tar.xz
office/ps2eps: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office/ps2eps')
-rw-r--r--office/ps2eps/README31
1 files changed, 16 insertions, 15 deletions
diff --git a/office/ps2eps/README b/office/ps2eps/README
index 38464c6cf9..0cec7e8abf 100644
--- a/office/ps2eps/README
+++ b/office/ps2eps/README
@@ -1,16 +1,17 @@
-ps2eps is a tool (written in Perl) to produce Encapsulated PostScript
-Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates
-correct Bounding Boxes for those EPS files and filters some special
-postscript command sequences that can produce erroneous results on
-printers. EPS files are often needed for including (scalable) graphics of
-high quality into TeX/LaTeX (or even Word) documents.
+ps2eps is a tool (written in Perl) to produce Encapsulated PostScript
+Files (EPS/EPSF) from usual one-paged Postscript documents. It
+calculates correct Bounding Boxes for those EPS files and filters
+some special postscript command sequences that can produce erroneous
+results on printers. EPS files are often needed for including
+(scalable) graphics of high quality into TeX/LaTeX (or even Word)
+documents.
-Without any argument, ps2eps reads from standard input and writes to
-standard output. If filenames are given as arguments they are processed
-one by one and output files are written to filenames with extension .eps.
-If input filenames have the extension .ps or .prn, this extension is
-replaced with .eps. In all other cases .eps is appended to the input
-filename. Please note that PostScript files for input should contain only
-one single page (you can possibly use the psselect from the psutils
-package to extract a single page from a document that contains multiple
-pages).
+Without any argument, ps2eps reads from standard input and writes
+to standard output. If filenames are given as arguments they are
+processed one by one and output files are written to filenames with
+extension .eps. If input filenames have the extension .ps or .prn,
+this extension is replaced with .eps. In all other cases .eps is
+appended to the input filename. Please note that PostScript files
+for input should contain only one single page (you can possibly use
+the psselect from the psutils package to extract a single page from a
+document that contains multiple pages).