sagetex is a latex package, that generates runnable sage code from your latex document, and then is able to plug back in the results of the sage being run on that runnable code piece. sagetex has to be installed in the way latex packages are installed.
AFAIK there is no further integration provided between (pdf)latex and sage. that is, you run them separately, in terminal, at least by default.
In SageNotebook I am trying to use %latex to format my data and a formula and when I select evaluate I get the pdflatex error. sagetex is installed.
Error: convert (from the ImageMagick suite) does not appear to be installed. Displaying PDFLaTeX output requires this program, so please install and try again. Go to http://www.imagemagick.org to download it. None
I'm using a text() entry annotating a plot.
Your worksheet does not import as it is an old unsupported format,
Attached is an incomplete Calculus BC demo I am preparing for my wife. The last few evaluations are text I pasted directly from the website to test latex. There were some MathJax tests in earlier versions and MathJax does work but is limited in ints output. Mainthing I’m trying to do is display the Limit information in the proper format. and You probably can see where I am stumbling in the tests I am running below the front-end problem.
I was able to extract the text of your worksheet using TextWrangler, but a quick look shows no %Latex being used.
Richard Bump
--
You received this message because you are subscribed to a topic in the Google Groups "sage-support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-support/KzOriCBPB-0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-support...@googlegroups.com.
To post to this group, send email to sage-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
Sir,Thanks for the effort. I can make X->0, but 0 is actually a variable “e” and can just as well be any value from -infinity to +infinity.