1DVIBOOK(1) General Commands Manual DVIBOOK(1)
2
3
4
6 dvibook - rearrange pages in DVI file into signatures
7
9 dvibook [ -q ] [ -s<num> ] [ -r ] [ -i infile ] [ -o outfile ] [ infile
10 [ outfile ] ]
11
13 Dvibook rearranges pages from a DVI file produced by TeX into ``signa‐
14 tures'' for printing books or booklets, creating a new DVI file usable
15 by any of the TeX conversion programs.
16
17 The -s option selects the size of signature which will be used. The
18 signature size is the number of sides which will be folded and bound
19 together; the number given should be a multiple of four. The default is
20 to use one signature for the whole file. Extra blank sides will be
21 added if the file does not contain a multiple of four pages.
22
23 By default, dvibook rearranges the pages into left-hand side binding
24 signatures; the -r option switches to right-hand side binding signa‐
25 tures. This might be useful for pTeX vertical writing (tate-kumi) docu‐
26 ments.
27
28 Dvibook normally prints the page numbers of the pages rearranged; the
29 -q option suppresses this.
30
32 Angus Duggan, from dviselect(1), by Chris Torek, University of Maryland
33
35 dviconcat(1), dviselect(1), latex(1), tex(1)
36 MC-TeX User's Guide
37 The TeXbook
38
40 Dvibook does not adjust the parameters in the postamble; however, since
41 these values are normally used only to size certain structures in the
42 output conversion programs, and the parameters never need to be
43 adjusted upward, this has not proven to be a problem.
44
45
46
47 DVIBOOK(1)