Date: Wed, 5 Apr 2000 11:51:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andrew Hakman cc: djgpp AT delorie DOT com Subject: Re: How do I print source code that I've written? In-Reply-To: <391AADC6.160D140C@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Apr 2000, Andrew Hakman wrote: > There is a program called a2ps which converts c, c++, pascal, etc. into Post Script > (good if you have a Postscript Printer). It is also does pretty printing > (highlights reserved words, etc). It can be found at > http://www.gnu.org/software/a2ps/a2ps.html. The DJGPP sites have a port of the GNU Enscript program, which has a very similar functionality. Another solution is the ps-print command in Emacs. The disadvantage of both these methods is that you need a PostScript printer which most people won't have. You can install the Ghostscript package to work around that, but I find the quality of the printed material it produces disappointingly low...