|
NAMEdvidvi - selects and/or re-arranges pages in a TeX dvi fileSYNOPSISdvidvi [param] infile outfileDESCRIPTIONIntroductionThe dvidvi program converts a dvi file into another dvi file, with perhaps certain changes.Parameters-f n page n is first page selected-l n page n is last page selected -n n select at most n pages. Notice that n is the number of pages selected, independently of the number of pages actually contained in a sheet -i { n1..n2 | n1 }[,...] include pages (ranges allowed). When this option is used, ONLY the specified pages are selected. However, we can exclude from these pages with the option -x -x { n1..n2 | n1 }[,...] exclude pages (ranges allowed) -q work in quiet mode, that is do not print in the screen messages of how the work is being done. -r reverse the order of the pages. The page numbers for the above options -f -l -i and -x can be
specified in different ways.
There is another parameter that tells dvidvi how you want to
change page layout and specifications. This is the -m parameter.
Copyrightdvidvi 1.0, Copyright (C) 1988-2011, Radical Eye Software Anyone may freely use, modify and/or distribute this program and documentation, or any portion thereof, without limitation.EXAMPLES-m - Reverses the order of the pages. This time, both the modulo and the page number are defaulted. -m 2:0 Selects the first, third, fifth, etc. pages from the file. Print this one after printing the next, taking the paper out of the feed tray and reinserting it into the paper feed. -m 2:-1 Selects the second, fourth, etc. pages, and writes them in reverse order. -m 4:-1,2(4.25in,0in) -m 4:-3,0(4.25in,0in) Useful for printing a little booklet, four pages to a sheet, double-sided, for stapling in the middle. Print the first one, put the stack back into the printer upside down, and print the second. The `in' specifications are superfluous. -m ,(1pt,1) Scare your system administrator! Actually, things are so blurry with this option, you may want to send enemies letters printed like this. *Long* letters. -m 4:0(5.5in,4.25),3(0,4.25) -m 4:1(0in,4.25),2(5.5,4.25) Print a four-page card on one sheet. Print the first, rotate the paper 180 degrees and feed it again. (PostScript people can do funny tricks with PostScript so this isn't necessary.)
Visit the GSP FreeBSD Man Page Interface. |