On Wed, Jan 27, 2016 at 5:09 AM, Ron Bannon <[email protected]> wrote: > I have a LaTeX document that is using Sage extensively > (\usepackage{sagetex}), but I am getting an error on Sage Cloud that I > cannot resolve. Here's the error message: > > line 1454 of 2016-01-25-132540.tex Reference `@sagecmdline82' on page 35 > undefined on input line 1454. > > Here's the offending code: > > line 1449: \begin{sagecommandline} > line 1450: sage: t = var('t') > line 1451: sage: x = function('x')(t) > line 1452: DE = diff(x,t) + x - 1 > line 1453: desolve(DE,[x,t]) > line 1454: \end{sagecommandline}
Your use of "sage:" prompts is inconsistent. > > Any ideas? > > -Ron Bannon > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
