# File rtex.rb, line 421
        def Tool.stdoutOff()
                @@tmpstdout = Tempfile.new( 'stdout')
                STDOUT.reopen( @@tmpstdout ) 
        end