File: a5booklet.1

package info (click to toggle)
dvidvi 1.0-8.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 88 kB
  • ctags: 117
  • sloc: ansic: 987; makefile: 36; sh: 16
file content (64 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH A5BOOKLET 1 "OCTOBER 1997"
.SH NAME
a5booklet \- copy two A5 pages from a .dvi file to one A4 page in another.
.SH SYNOPSIS
.B a5booklet
.IB file [.dvi]

.SH DESCRIPTION
.IX a5booklet
.LP
.B A5booklet
is a little script that allows you to typeset two A5 pages next to
eachother on a single A4 page (landscape), combining pages from
the original file in such a way that after double sided printing and
some reshuffeling of the pages you get a nice a5 booklet that is ready
for a staple in the middle. 

The script calls a very clever program 
.BR dvidvi ,
written by Tomas Rokicki (the author of 
.BR dvips ),
that does the real work. 

The output is written to two files, 
.IB file -1.dvi
and
.IB file -2.dvi
. Print the first file, using the command
.LP
.B dvips -ta4 -tlandscape 
.IB file -1
.LP
then put the stack upside doen in the printer, and print the second
file using
.LP
.B dvips -ta4 -tlandscape 
.IB file -2
.LP
Make sure that the bottom of the A5-pages is on the correct side of
the paper when you put the stack back for printing the back side.
After the two print jobs, you must re-shuffle the paper stack before
you can staple it. 

.SH SEE ALSO
.BR tex (1),
.BR dvips (1),
.BR dvidvi (1).
.LP
.SH BUGS
.LP
The script has A4 papersize hardwired into it.  Admittedly, a
European-centered way of thinking.  

Page number 1 is always the first page in the original .dvi file, not
the page numbered 1 by TeX's numbering scheme. 

.SH AUTHOR
.B A5booklet
is written by David A. van Leeuwen (david@ElseWare.cistron.nl), but is
is not original in any way.  The main two lines that do the work are
inspired from the man page of 
.BR dvidvi .
.B A5booklet
is available under the conditions of the Gnu Public Licence.