#5433: [with patch, review pending] LaTeX fixes
------------------------+---------------------------------------------------
 Reporter:  jhpalmieri  |       Owner:  jhpalmieri
     Type:  defect      |      Status:  new       
 Priority:  minor       |   Milestone:  sage-3.4.2
Component:  misc        |    Keywords:            
------------------------+---------------------------------------------------

Comment(by jhpalmieri):

 Replying to [comment:2 rbeezer]:

 Hi Rob,

 Thanks for your comments. I'm attaching a new patch (to be applied on top
 of the other one) addressing them, plus a bit more:

 I've expanded the docstring for {{{_latex_file}}} considerably, including
 comments about sep, and I've removed a bunch of the {{{\pagestyle}}}
 (etc.) commands.

 I also changed the default spacing in the LaTeX file: it used to be
 {{{
 title (centered)
 \vfill
 object
 \vfill
 }}}
 and I've changed it to
 {{{
 title (centered)
 \vspace{40mm}
 object
 }}}
 I think this looks better, but we can change it back if you disagree.

 It used to be that if {{{tiny=False}}}, then the file contained "\\small",
 and I've deleted this.

 Finally, {{{view}}} and {{{_latex_file}}} had options to pass on to xdvi:
 'expert' and 'zoom'.  These were not used anywhere in the code, and in
 fact I don't see how you even could pass them as arguments to xdvi, given
 the changes in #3137.  So I've deleted those options.

   John

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5433#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to