> 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.
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to