17 Nov
2006
17 Nov
'06
12:20 a.m.
in my opinion the print command option is --print=2up
It shouldn't matter (2up vs up). The tex.rb script has this: case getvariable('printformat') when '' then arrangement << "\\v!normal" when /.*up/oi then arrangement << ["2UP","\\v!rotated"] when /.*down/oi then arrangement << ["2DOWN","\\v!rotated"] when /.*side/oi then arrangement << ["2SIDE","\\v!rotated"] end So --printformat looks whether 'up', 'down', or 'side' is given as the key and then chooses 2UP, 2DOWN, or 2SIDE accordingly. -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.