File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
% \iffalse meta-comment
2
2
%
3
3
% Copyright (C) 2008--2015 by Dan Drake <dr.dan.drake (at) gmail (dot) com>
4
+ % Copyright (C) 2016--2020 by SageMath Developers <sage-devel (at) googlegroups (dot) com>
4
5
% -------------------------------------------------------
5
6
%
6
7
% See the "Copying and licenses" section in this file for the terms
29
30
% <latex>\ProvidesPackage{sagetex}
30
31
% <python>__version__ = """
31
32
% <*latex|python>
32
- [2019/11/14 v3.4 embedding Sage into LaTeX documents]
33
+ [2020/08/12 v3.5 embedding Sage into LaTeX documents]
33
34
% </latex|python>
34
35
% <python>""".strip()
35
- % <latex>\newcommand{\ST@ver}{2019/11/14 v3.4 }
36
+ % <latex>\newcommand{\ST@ver}{2020/08/12 v3.5 }
36
37
% <*driver>
37
38
\documentclass {ltxdoc }
38
39
\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.4 ' ,
7
+ version = '3.5 ' ,
8
8
author = 'Dan Drake' ,
9
9
10
10
maintainer = 'SageMath developers' ,
You can’t perform that action at this time.
0 commit comments