#12267: multiply defined labels when using sagetex with multline
-----------------------+----------------------------------------------------
   Reporter:  dimpase  |          Owner:  jason     
       Type:  defect   |         Status:  needs_info
   Priority:  major    |      Milestone:  sage-4.8  
  Component:  misc     |       Keywords:            
Work_issues:           |       Upstream:  N/A       
   Reviewer:           |         Author:            
     Merged:           |   Dependencies:            
-----------------------+----------------------------------------------------

Comment(by ddrake):

 Replying to [comment:4 dimpase]:
 > Thus something did not get propagated somewhere...

 No, this isn't an issue of propagation. This is a new bug. And it's very
 interesting. Here's part of the `.sage` file that gets generated:
 {{{
 try:
  _st_.inline(0, latex((d)))
 except:
  _st_.goboom(9)
 try:
  _st_.inline(1, latex(d))
 except:
  _st_.goboom(9)
 try:
  _st_.inline(0, latex((d)))
 except:
  _st_.goboom(9)
 try:
  _st_.inline(1, latex(d))
 except:
  _st_.goboom(9)
 }}}

 It does just `d`, and then `(d)`. Intriguing.

 What I do know is the those environments in the AMS classes evaluate their
 arguments in very strange ways, so this may be hard to pin down without
 knowing that code very well (which I certainly don't).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12267#comment:5>
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