sagetex
sagetex copied to clipboard
embed code, results of computations, and plots from the Sage mathematics software suite (https://www.sagemath.org) into LaTeX documents
The Sage simple server API hasn't existed for some time, as far as I recall. But then again maybe this remote thing does work for some reason, or maybe it...
The Pascal's triangle example on ```example.tex``` wokks. But this much simpler minimal example : ``` \documentclass{article} \usepackage{sagetex} \begin{document} Sage won't admit that 2+2=\sagestr{2+2}. Ouch\,! \end{document} %%% Local Variables: %%% mode:...
It would be useful to provide a way to "export" a function defined in sage such that you can use it with pgfplots directly. There is already a suggestion on...