File: ANNOUNCE

package info (click to toggle)
a2ps 4.10.2-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 9,244 kB
  • ctags: 3,799
  • sloc: ansic: 27,271; sh: 6,209; lex: 1,466; yacc: 740; perl: 697; makefile: 678; lisp: 512; objc: 410; python: 319; ada: 263; java: 151; pascal: 109; f90: 109; sed: 93; ml: 85; sql: 74; modula3: 33
file content (89 lines) | stat: -rw-r--r-- 3,194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Description
===========

a2ps is an Any to PostScript filter.  Of course is process plain text
files, but also pretty prints quite a few popular languages (66).
Moreover it has the ability to delegate the processing of some files
to other filters (such as groff, texi2dvi, dvips, gzip etc.), what
allows a uniform treatment (n-up, page selection etc.) of
heterogeneous files.

As an example:

$ a2ps ogonkify.1 glibc.dvi.gz a2ps.texi -o demo.ps
[ogonkify.1 (roff, delegated to Groff): 3 pages on 2 sheets]
[glibc.dvi.gz (compressed, delegated to Gzip-a2ps): 601 pages on 301 sheets]
[a2ps.texi (texinfo, delegated to texi2dvi): 81 pages on 41 sheets]
[Total: 684 pages on 342 sheets] saved into the file `demo.ps'

It supports a wide number of encodings, and a very good handling of
Latin 2-6 should be noted, thanks to Ogonkify (by Juliusz Chroboczek
<jec@dcs.ed.ac.uk>).  Needed fonts are automatically downloaded.  The
interface is internationalized, the output is customizable, the
documentation is meant both for novices and experts, and there are as
many options as users had wishes (table of content, headings, virtual
page layout etc. etc.).

Some goodies are provided in the package:
 - fixps    fixes most common problems in PostScript files
 - card     pretty prints `--help' from programs
 - psmandup eases Duplex printing on Simplex printers
 - pdiff    prints a comparison between two files

The full distribution of Ogonkify, by Juliusz Chroboczek, is also
included in the package.  Ogonkify let's you fix deficient Latin 2-6
support in popular applications' PostScript (NetScape, StarOffice...).


Downloading
===========
a2ps is under GPL and can be found on its web page:

	http://www.inf.enst.fr/~demaille/a2ps/

There is also a mailing list set up to discuss around a2ps.  To
subscribe, send a mail to a2ps-request@inf.enst.fr with `subscribe' in
its body.  Please do not use this address to report bugs, but write to
a2ps-bugs@inf.enst.fr.


Version 4.10.2
==============
Version 4.10.2 is a release.  It supersedes versions 4.10 and 4.10.1.
It mainly brings a few bug fixes, especially in the configuration
process and in the documentation; new translations; and the new tool
FIXME.

Here is the top of the NEWS file:

Version 4.10.2
 * Fixed installation of Ogonkify
 * Contributions:
   - pdiff (pretty diff) pretty prints diffs.  Uses GNU diff, and GNU wdiff.

Version 4.10.1 April 22nd, 1998
 * Updated Ogonkify.
 * Translations:
   - Swedish, thanks to Peter Nilsson.
   - Portuguese, thanks to Pedro Miguel Marques Morais.
 * Changed ``Macro Meta Sequence'' to ``Variable'', and ``Meta Sequence''
   to ``Escape''
 * Options:
   - --variable is encouraged instead of --macro-meta-sequence
 * Sheets:
   - wdiff.ssh meant to be used on wdiff output.
   - udiff.ssh for diff -u.
 * file(1) is always called, even for `stdin'.  Now it is safe to run
   `cat file.ps | a2ps', or `cat file | a2ps --guess'.

People using versions prior to 4.10 are strongly encouraged to update.
In particular, the generation 4.8 is no longer maintained.


Authors
=======
a2ps is written by Akim.Demaille@inf.enst.fr and Miguel.Santana@st.com.
We hope you'll enjoy it!

--
Akim & Miguel