Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 146
1
\documentclass{article}
2
\title{Title of Document}
3
\author{Name of Author}
4
5
\usepackage{sagetex}
6
7
\begin{document}
8
\maketitle
9
10
heh -- This is a test.
11
12
This year is $2016=\sage{factor(2016)}$.
13
14
heh -- now I'm typing a lot
15
16
$\sage{3+3}$
17
18
heh -- Consider $x^3$.
19
20
21
22
heh -- now I'm typing a lot
23
24
heh -- Blah.
25
26
heh --
27
28
heh -- Yes, I will! now I'm typing a lot
29
30
31
Ok now I'm typing a lot
32
33
\end{document}
34
35