On Tue, Jan 02, 2007 at 01:46:24PM +0100, Giuseppe Sacco wrote: > I would allow all this suggestions, using %w (page width in pixel) > instead of 1728, %l (page length in pixel) instead of 2385, %r > (horizontal resolution in pixel/inch) instead of 204, and %s (page size > by name) instead of A4.
good point, let's make use of params. But should be %R, for dpi, as %r stands for dpmm, sccording to #comments. Updated accordingly my current typerules. Also, I'd recommend to add -equalpixels to pnmtops' opts - ie pnmtops -dpi %R -equalpixels as that's the right thing to do according to man pnmtops. A4->%s also in commented enscript alternative. thanks -- paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

