ps: selecting pages

WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.

prepare a ps document for printing doublesided by generating new ps documents containing only even or odd pages:
% select odd pages
psselect -o <file>.ps <file>.odd.ps

% select even pages
psselect -e <file>.ps <file>.even.ps