| Hosted by CoCalc | Download
1
## -*- encoding: utf-8 -*-
2
3
4
# This file was *autogenerated* from the file sagetex.sagetex.sage
5
from sage.all_cmdline import * # import sage library
6
7
_sage_const_30 = Integer(30); _sage_const_0 = Integer(0); _sage_const_1 = Integer(1); _sage_const_4 = Integer(4); _sage_const_32 = Integer(32); _sage_const_100 = Integer(100)## This file (sagetex.sagetex.sage) was *autogenerated* from sagetex.tex with sagetex.sty version 2021/10/16 v3.6.
8
import sagetex
9
_st_ = sagetex.SageTeXProcessor('sagetex', version='2021/10/16 v3.6', version_check=True)
10
try:
11
_st_.current_tex_line = _sage_const_30
12
_st_.inline(_sage_const_0 , latex(_sage_const_1 +_sage_const_4 ))
13
except:
14
_st_.goboom(_sage_const_30 )
15
try:
16
_st_.current_tex_line = _sage_const_32
17
_st_.inline(_sage_const_1 , "k " * _sage_const_100 )
18
except:
19
_st_.goboom(_sage_const_32 )
20
_st_.endofdoc()
21
22
23