Skip to content

Releases: sagemath/sagetex

version 3.6.1

Choose a tag to compare

@dimpase dimpase released this 11 Jan 11:49

update, including pdf of the manual in the release.
This should be in sync with https://ctan.org/pkg/sagetex

version 3.6

Choose a tag to compare

@dimpase dimpase released this 07 Dec 17:17
  • various bugfixes from PRs
  • Use LaTeX package xcolor instead of color
  • correct paths to LaTeX files installed into Sage tree

version 3.5

Choose a tag to compare

@dimpase dimpase released this 12 Aug 08:48

improved Python 3 support, fixed some bugs.

v3.4

Choose a tag to compare

@dimpase dimpase released this 14 Nov 11:08

minor updates and PRs merged, more Python3 compliance

v3.2

Choose a tag to compare

@dimpase dimpase released this 09 Jan 16:56
2e85a8a

made version numbers uniform, many py3 fixes, etc.

SageTeX 3.0

Choose a tag to compare

@dandrake dandrake released this 27 Aug 22:24

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.