File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929% and |listings| for the |sagecommandline| environment.
3030% \begin{macrocode}
3131\RequirePackage {listings}
32- \RequirePackage {color }
32+ \RequirePackage {xcolor }
3333\lstdefinelanguage {Sage}[]{Python}
3434 {morekeywords={False,sage,True},sensitive=true}
3535\lstdefinelanguage {SageOutput}[]{}
6868\lstdefinestyle {SageOutput}{
6969 style=DefaultSageOutput,
7070}
71- \definecolor {dbluecolor}{rgb}{0.01,0.02,0.7}
72- \definecolor {dgreencolor}{rgb}{0.2,0.4,0.0}
73- \definecolor {dgraycolor}{rgb}{0.30,0.3,0.30}
71+ \providecolor {dbluecolor}{rgb}{0.01,0.02,0.7}
72+ \providecolor {dgreencolor}{rgb}{0.2,0.4,0.0}
73+ \providecolor {dgraycolor}{rgb}{0.30,0.3,0.30}
7474% \end{macrocode}
7575% Unsurprisingly, the |\sageplot| command works poorly without graphics
7676% support.
You can’t perform that action at this time.
0 commit comments