summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/misc/twoup.sty
blob: b9fb4796d0544e797f8de5d9f93349b61269a00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Gary Levin gary@sun.mcs.clarkson.edu
% 
% to format files for two up printing use the following style file
% feel free to modify before you install.  the units are pretty good, so
% don't fiddle much.  leaves enough room for punching holes at the top.
%
%  once latex'ed, reorganize the file using
%    dvidvi '2:0(-0.35in,-0.25in),1(4.65in,-0.25in)'   $1.dvi  twoup.dvi
%  then print using  dvi2ps -L
%  probably should package as a shell file
%
\newcommand\twoup{
\topmargin	0.00in
\oddsidemargin	0.00in
\evensidemargin	0.00in
\headheight	0.25in
\headsep	0.20in
\textheight	6.50in
\pagestyle{headings}
}