sagetex icon indicating copy to clipboard operation
sagetex copied to clipboard

embed code, results of computations, and plots from the Sage mathematics software suite (https://www.sagemath.org) into LaTeX documents

Results 23 sagetex issues
Sort by recently updated
recently updated
newest added

@mkoeppe : I've rewrote a bit of history and released 3.6.1 with the correct TeX version, so that it can be put to CTAN. It's on CTAN now, [updated](https://ctan.org/pkg/sagetex) to...

# Expected output ``` sage: print('Hello World') Hello World ``` # Actual output ``` sage: print('Hello World') None ``` # Proposed solution It is annoying that the output in sagemath...

Hello there, For my current project I'd like to depict Sage code in fancy Jupyter style. For that, I have already made a tcolorbox listing environment. Now it would be...

1. I have installed Sage at `C:\Users\xyz\AppData\Local\SageMath 9.3`. 2. `C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\bin` and `C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3` have been addeded to `PATH` environment variable. 3. `sagetex` folder from `C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3\local\share\texmf\tex\latex` has been copied...

It's all about makestatic I submit again this patch: - I put all the modifications in scripts.dtx - it's working with pyparsing 2.4.7 - I add sagestr support - but...

use the internal `\ST` command to typeset SageTeX

needs work

I have an updated engine with a couple of additional items to ignore for the md5 sum. It is also possible to use a single run of `egrep -v` instead...

I understand that >>Because of the way the environment is implemented, not everything is ...>distinction between statements and expressions

It appears that getTokensEndLoc was (silently ?) discarded from pyparsing, so sagetexparse and its friends are no more functionnal.

As reported on [sage-support](https://groups.google.com/d/msg/sage-support/vaA-VIzAntk/91QuxSs_AAAJ) ``` \documentclass{article} \usepackage{sagetex} \usepackage{fancyhdr} \begin{document} \begin{sagesilent} n = 1 \end{sagesilent} \fancyhead[R]{$\sage{n}$} \title {$\sage{n}$} \maketitle \thispagestyle{fancy} \end{document} ``` breaks sagetex with a funny error: ``` Processing Sage...

feature request
bug