File: ANNOUNCE

package info (click to toggle)
a2ps 4.10.4-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 9,780 kB
  • ctags: 4,073
  • sloc: ansic: 28,167; sh: 6,448; lex: 1,735; yacc: 740; makefile: 715; lisp: 557; objc: 410; perl: 340; python: 319; ada: 263; java: 151; pascal: 109; f90: 109; sed: 93; ml: 85; sql: 74; modula3: 33
file content (122 lines) | stat: -rw-r--r-- 4,539 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Description
===========

GNU a2ps is an Any to PostScript filter.  Of course is process plain
text files, but also pretty prints quite a few popular languages
(today, 67).

It's slogan is precisely `` Do The Right Thing '', which means that
though it is highly configurable, everything has been made so that by
default a novice users can do complicated PostScript manipulations.
For instance, 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 mill.1.ps.gz a2ps.gif NEWS a2ps.texi index.html -o demo.ps
[mill.1.ps.gz (compressed, delegated to Gzip-a2ps): 17 pages on 9 sheets]
[a2ps.gif (gif, delegated to ImageMagick): 3 pages on 2 sheets]
[NEWS (plain): 12 pages on 6 sheets]
[a2ps.texi (texinfo, delegated to texi2dvi): 89 pages on 45 sheets]
[index.html (html, delegated to Netscape): 13 pages on 7 sheets]
[Total: 132 pages on 66 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 and there
are as many options as users had wishes (table of content, headings,
virtual page layout etc. etc.).

The documentation has been carefully crafted for both novice and
experts.  It is meant to bring light on most questions you have, and
includes a glossary.

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
 - fixnt    fixes Microsoft's Windows NT PostScript files
            thanks to Holger Bauer
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
===========
GNU 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@gnu.org with `subscribe' in its
body.  Contributions of any kind are mostly welcome!

Please do not use this address to report bugs, but write to
bug-a2ps@gnu.org.


Version 4.10.4
==============
Version 4.10.4 is a release.  It supersedes versions 4.10, 4.10.1,
4.10.2, and 4.10.3.  It mainly brings a few bug fixes, especially a
problem in printing short dates after y2k; new translations; and new
contributions.

Here is the top of the NEWS file:

Version 4.10.4          Sep 28, 1998
 * a2ps is now GNU software
 * Updated Ogonkify (compose is now composeglyphs)
 * Bug fixes:
   - y2k problems with short dates
   - version control is enabled only in the pertinent cases
 * Encodings:
   - The graphic PC encoding is supported again ibm-cp437 (or pcg)
   - Renamed ibmpc.edf as ibm-cp850.edf and cp1250.edf as ms-cp1250.edf
 * Options:
   - --define is encouraged over --variable (like m4 etc.)
   - most options return a better diagnostic when the argument
     is invalid
 * Predefined Delegations
   - bzip and bzip2 compressed files
 * New directories:
   - `arch/' for support of non Unix OSes.
   - `arch/os2/' support for OS/2 by Alexander Mai.

Version 4.10.3		Jun 25, 1998
 * Russian translation thanks to Vladimir Vodolazkiy
 * A2PS_LIBRARY is abandoned in favor of A2PS_CONFIG
 * Style sheets:
   - mib.ssh, meant for ASN.1 "Management Information Base" files,
     thanks to Kelly Wiles.
   - html.ssh
 * Contributions:
   - fixnt, fixes common problems with PostScript files from Windows NT,
     thanks to Holger Bauer and Michael Rath
   - a2ps-print.el, to ease the use of a2ps from Emacs, thanks to
     Bruce Ingalls.
   - OS/2 files by Alexander Mai.
 * Predefined delegations:
   - GIF, JPG, XBM, XPM, PNG thanks to ImageMagick
 * Encodings:
   - Cleaned up the file names (latin1.edf -> iso1.edf etc.)
   - Added iso7.edf (Greek)
   - Added iso15.edf (West European, new version).


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