Ask Your Question

Cveinnt's profile - activity

2020-06-13 12:00:33 +0200 received badge  Famous Question (source)
2019-05-16 13:34:59 +0200 received badge  Notable Question (source)
2018-09-17 21:04:35 +0200 received badge  Popular Question (source)
2018-02-14 07:38:20 +0200 received badge  Good Question (source)
2017-12-14 19:00:08 +0200 received badge  Nice Question (source)
2017-11-28 09:06:20 +0200 received badge  Student (source)
2017-11-27 10:36:26 +0200 asked a question How to use Sagetex with windows?

Installed Virtual Box on my computer to run Sage-8.0. Used MiKTeX_2.9;

For me, the following code:


\documentclass{article}
\usepackage{sagetex}

\begin{document}

For example, there are
$\sage{number_of_partitions(1269)}$
integer partitions of $1269$.

\end{document}

Gives this output:

For example, there are ?? integer partitions of 1269.


Can anyone please give me a specific tutorial to fix this? Much appreciated!!!