I think since the current notebook runs on jsmath, it is not possible to do that. The very newest version of mathjax has support for labels. There is a plan to move to mathjax from jsmath, but for now, I guess you won't be able to do this.
jsmath has some sort of equation numbering and labeling, but I am not sure if it is enabled for the current notebook: http://www.math.union.edu/~dpvc/jsMath/authors/eqn-number.html On Wednesday, March 28, 2012 7:09:16 AM UTC+8, Raniere Gaia Silva wrote: > > Hello, > I try to make a cross-reference inside a notebook cell and have no success. > I like to ask if anyone know how to do that? > As example I use > > {{{ > %latex > Test equation: > \begin{equation} > x^2 + y^2 = 2^2 > \label{eq:cir} > \end{equation} > Test cross-reference: \eqref{eq:cir}. > }}} > > Thanks, > Raniere Silva > -- 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-support URL: http://www.sagemath.org
