Quoting Margaret Uy ([EMAIL PROTECTED]): > > I've been trying to print out the PostScript version of the Linux-user's > guide (175 pages worth of it) on my old Apple Laserwriter Select 310. > Unfortunately, when it reached page 45, it stopped printing. Is there any > way to specify specific pages when printing a document (i.e. from page 45 > to end of doc)? My printer is very old, and I don't think it could handle > a lot. I also tried using gv, but "print marked" is greyed out and there > seems to be no way of selecting that option. The only option I could > choose is "print all". > > I'd really appreciate any help. I'm quite new at this.
If you can't find any software to do this, just edit the .ps file. Make a copy, then edit it and remove pages you dont need. Here's the junction of two pages in a typical .ps document: Fi(hw)p 1013 2911 V 15 w(info)e Fj(and)h(con\014g)g(en)o(tries.)p eop %%Page: 37 37 37 36 bop 0 -84 1950 3 v 0 -100 a Ff(7.)37 b(Debugging)13 Just cut from a point starting with %%Page: through to a point finishing with eop (end of page). eop may not be on its own line, but should than have a space before it, like this eop Then print the edited copy. (Take out double pages if you can print in duplex.) Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 653 739 Fax: +44 1908 655 151 Snail: David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA Disclaimer: These addresses are only for reaching me, and do not signify official stationery. Views expressed here are either my own or plagiarised.