File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
% <latex>\ProvidesPackage{sagetex}
30
30
% <python>__version__ = """
31
31
% <*latex|python>
32
- [2019/01/09 v3.3 embedding Sage into LaTeX documents]
32
+ [2019/11/14 v3.4 embedding Sage into LaTeX documents]
33
33
% </latex|python>
34
34
% <python>""".strip()
35
- % <latex>\newcommand{\ST@ver}{2019/01/09 v3.3 }
35
+ % <latex>\newcommand{\ST@ver}{2019/11/14 v3.4 }
36
36
% <*driver>
37
37
\documentclass {ltxdoc }
38
38
\usepackage {sagetex }
Original file line number Diff line number Diff line change 4
4
long_description = """The SageTeX package allows you to embed code,
5
5
results of computations, and plots from the Sage mathematics
6
6
software suite (http://sagemath.org) into LaTeX documents.""" ,
7
- version = '3.3 ' ,
7
+ version = '3.4 ' ,
8
8
author = 'Dan Drake' ,
9
9
10
10
maintainer = 'SageMath developers' ,
You can’t perform that action at this time.
0 commit comments