Ask Your Question

Revision history [back]

One may also put the following content:

default:
    pdflatex example.tex
sage:
    pdflatex example.tex
    sage example.sagetex.sage
    pdflatex example.tex

in a file called makefile in the same directory and then run make or make sage. (I think the four spaces must really be tabulations)

One may also put the following content:write

default:
    pdflatex example.tex
sage:
    pdflatex example.tex
    sage example.sagetex.sage
    pdflatex example.tex

in a file called makefile in the same directory and then run make or make sage. (I think the four spaces must really be tabulations)