On Tue, 8 Jan 2002, Garst R. Reese wrote: > Alice has a file with a letter at the beginning with no page numbers, > followed by a story with page numbers. Viewed in ps, the page numbers in > the side bar show up as > 1 > 2 > 1 > 2 > 3 > 4 > In the LyX print dialog, there seems to be no way to select the last > four pages. > Garst
I'm open to suggestions on how to handle this. The numbers you enter are fed to dvips (or whatever print command you have set). So after inspecting the `info dvips` I'd say: you're screwed. I can't see a solution amongst the options there. The "-p NUM" flag looked hopeful but it starts printing from the first page numbered NUM. And the "-pp FIRST-LAST" flag is described as equivalent to "-p FIRST -l LAST". Although it may be possible to do some trickery with a combination of "-r -i -S 4 -C NUM" where NUM is the number of copies you want. If my guess if correct you should get two separate files produced one of which has the last four pages and will print NUM collated copies for you. To do this within LyX you'll need to add the "-i -S 4" flags to your Preferences->Converters->Convertors->DVI-to-PostScript setting. The rest can be set in the Print dialog (-r is reverse order, -C NUM is collated copies). Allan. (ARRae)