Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)

click to hide/show revision 2
No.2 Revision

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)