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)
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)