diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
commit | 70d560530d177b6e890f86e3a32cca2f456a7520 (patch) | |
tree | a550a657a6948dd20d5bed1d239b7d33be9a3733 /print | |
parent | e3652acbdf905f62f517c4977faa9c4b751b404e (diff) | |
download | FreeBSD-ports-70d560530d177b6e890f86e3a32cca2f456a7520.zip FreeBSD-ports-70d560530d177b6e890f86e3a32cca2f456a7520.tar.gz |
Cram into 80 columns by 24 rows.
Diffstat (limited to 'print')
-rw-r--r-- | print/auctex/pkg-descr | 4 | ||||
-rw-r--r-- | print/ghostview/pkg-descr | 10 | ||||
-rw-r--r-- | print/pclprint/pkg-descr | 50 |
3 files changed, 22 insertions, 42 deletions
diff --git a/print/auctex/pkg-descr b/print/auctex/pkg-descr index 5bb92d7..476ab39 100644 --- a/print/auctex/pkg-descr +++ b/print/auctex/pkg-descr @@ -1,22 +1,18 @@ AUC TeX is a comprehensive customizable integrated environment for writing input files for LaTeX using GNU Emacs. - AUC TeX lets you run TeX/LaTeX and other LaTeX-related tools, such as a output filters or post processor from inside Emacs. Especially `running LaTeX' is interesting, as AUC TeX lets you browse through the errors TeX reported, while it moves the cursor directly to the reported error, and displays some documentation for that particular error. This will even work when the document is spread over several files. - AUC TeX automatically indents your `LaTeX-source', not only as you write it -- you can also let it indent and format an entire document. It has a special outline feature, which can greatly help you `getting an overview' of a document. - Apart from these special features, AUC TeX provides a large range of handy Emacs macros, which in several different ways can help you write your LaTeX documents fast and painlessly. - All features of AUC TeX are documented using the GNU Emacs online documentation system. That is, documentation for any command is just a key click away! AUC TeX is written entirely in Emacs-Lisp, and hence diff --git a/print/ghostview/pkg-descr b/print/ghostview/pkg-descr index 2704349..61ac06f 100644 --- a/print/ghostview/pkg-descr +++ b/print/ghostview/pkg-descr @@ -1,9 +1,5 @@ +Ghostview is an X11 interface for ghostscript 2.4 and later. It features: - Ghostview -- An X11 user interface for ghostscript. - -Ghostview is full function user interface for ghostscript 2.4 and later. - -Brief list of features: - Ghostview parses any known version of Adobe's Document Structuring Conventions. - Page size is automatically determined from the Document Structuring @@ -24,5 +20,5 @@ Brief list of features: - Can popup zoom windows at printer resolution (1 display dot = 1 printer dot). - The Ghostview distribution includes a Ghostview Widget that people - are encouraged to use in other programs. +The Ghostview distribution includes a Ghostview Widget that people are +encouraged to use in other programs. diff --git a/print/pclprint/pkg-descr b/print/pclprint/pkg-descr index 73965a9..d05b620 100644 --- a/print/pclprint/pkg-descr +++ b/print/pclprint/pkg-descr @@ -1,33 +1,21 @@ -This set of scripts addresses the need to get a non-postscript printer -working quickly, so that documentation files and manual pages can be -printed. The scripts work for printers using or compatible with PCL -(Hewlett-Packard's Printer Command Language). A few printers (the -Cannon Bubblejet, for example) use neither PCL nor postscript. - -Some relatively simple scripts for printing a document (qp and qp.awk) -are provided, as well as qpm for printing manual pages. Basically these -short scripts convert unix line endings to ones PCL printers understand -and select a font to use. - -Two more complex awk scripts--pcl.awk and pagin.awk--understand PCL -printer codes when encountered in a file, and thus it is possible, -when using these scripts, to change fonts, apply bold, underline, or -italic to a word or group of words, do footnotes, preserve a table, -and number pages in a default font. The scripts automatically adjust -for the font and size of type both horizontally (knowing how many -letters to print on a line) and vertically (line spacing). Using -pagin.awk it is also possible to double space, for example. - -Files with printer codes are provided to make it easier to put printer -codes into documents. It is awkward neverthless, but it does what it -does in something like 32k of space instead of the multi-megabyte files -of more elaborate programs, such as the excellent apsfilter, which -enables the printer to emulate postscript. As WordPerfect becomes more -available for Unix platforms and maintains its interoperability with -Windows versions, it should become better and easier to use, as should -other components of its office suit and that of others. - - In the mean time pclprint is free, takes little space, and does -a reasonably good job for many tasks. + These scripts address the need to get a non-postscript printer working +quickly so documentation files and manual pages can be printed. The scripts +work for printers using or compatible with PCL (Hewlett-Packard's Printer +Command Language). A few printers (the Canon Bubblejet, for example) use +neither PCL nor postscript. + Simple scripts for printing a document (qp and qp.awk) are provided, as +well as qpm for printing manual pages. These scripts convert unix line endings +to ones PCL printers understand and select a font to use. + Two more complex awk scripts--pcl.awk and pagin.awk--understand PCL +printer codes when encountered in a file, and thus it is possible, when using +these scripts, to change fonts, apply bold, underline, or italic to a word or +group of words, do footnotes, preserve a table, and number pages in a default +font. The scripts adjust for the font and size of type horizontally (how many +letters to print on a line) and vertically (line spacing). Using pagin.awk it +is also possible to double space, for example. + Files with printer codes are provided to make it easier to put printer +codes into documents. It is still awkward, but it needs only about 32k of +space instead of the multi-megabyte files of more elaborate programs, such as +the excellent apsfilter, which enables the printer to emulate postscript. -- Annelise Anderson <andrsn@andrsn.Stanford.EDU> |