#10146: update SageTeX spkg to version 2.3
----------------------------------------------------+-----------------------
   Reporter:  ddrake                                |       Owner:  ddrake    
       Type:  enhancement                           |      Status:  needs_work
   Priority:  major                                 |   Milestone:  sage-4.7  
  Component:  packages                              |    Keywords:            
     Author:  Dan Drake                             |    Upstream:  N/A       
   Reviewer:                                        |      Merged:            
Work_issues:  spacing before/after sagecommandline  |  
----------------------------------------------------+-----------------------

Comment(by novoselt):

 I have also changed line 146 to be
 {{{
       bottom_skip =  r"\vspace{\sagecommandlineskip}" + "\n"
 }}}
 since otherwise there is no bottom skip for blocks that do not produce any
 output.

 It may be better to use `\addvspace` instead of `\vspace` - it works fine
 in the end of blocks since LaTeX is in vertical mode by then, but in the
 beginning it is in horizontal one, `\par` is not acceptable inside
 `\newlabel`, and I don't know how to switch to vertical mode otherwise.
 Does anyone know it? Or how to allow wrapping arbitrarily complicated
 LaTeX?

 Regarding `\newlabel` and `hyperref` - perhaps SageTeX should detect
 whether it is in use or not or at least have a manual switch to adjust the
 number of parameters according to the used definition of `\newlabel`. By
 the way - is there documentation on `\newlabel` command and if yes, how
 can I find it???

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10146#comment:26>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
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