Releases: sagemath/sagetex
Releases · sagemath/sagetex
version 3.6.1
update, including pdf of the manual in the release.
This should be in sync with https://ctan.org/pkg/sagetex
version 3.6
- various bugfixes from PRs
- Use LaTeX package xcolor instead of color
- correct paths to LaTeX files installed into Sage tree
version 3.5
improved Python 3 support, fixed some bugs.
v3.4
v3.2
SageTeX 3.0
This is SageTeX 3.0. Well, perhaps it should be a release candidate or beta or something, as I already have improvements that really should go in.
The most significant change is a backwards-incompatible change to sageexample
and sagecommandline
: before, you could use ...
(three dots) for continuation lines, but now you must use ....:
(four dots, colon) which matches what the Sage interpreter actually does.