id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
12467,Implement parser Octave back to Sage,kcrisman,tbd,"Apparently we don't have such a thing, or only the very rudimentary general interface one.
{{{
sage: b = octave(""[ 1, 1, 2; 3, 5, 8; 13, 21, 33 ]"")
sage: b._sage_repr()
'   1 1 2  3 5 8  13 21 33  '
sage: b._sage_()
<snip>
NotImplementedError: Unable to parse output:    1 1 2  3 5 8  13 21 33
}}}
See [http://tex.stackexchange.com/questions/43706/octave-to-latex this tex.stackexchange question] for why people want this (to make Octave turn into LaTeX).",enhancement,new,minor,sage-5.10,packages: standard,,,,,N/A,,,,,
