Changes between Version 10 and Version 13 of Ticket #11311


Ignore:
Timestamp:
10/26/11 14:23:54 (20 months ago)
Author:
jhpalmieri
Comment:

I'm attaching a referee patch which removes the code duplication referred to above.

Karl-Dieter: the program "sage-open", as defined in sage/misc/viewer.py, should be used to open the output file. Before the patch here, it was called with output_file set to "sage.dvi" or something like that. After the patch, it is called with output_file set to "sage.pdf". So any difference in what program is being used is because this is producing a pdf file, not a dvi file.

I'd like to change this from "needs info" to "positive review". Is that okay?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11311 – Description

    v10 v13  
    55---- 
    66 
    7 Apply [attachment:trac_11311-rebased.patch]. 
     7Apply [attachment:trac_11311-rebased.patch], [attachment:trac_11311-ref.patch].