Ask Your Question

Revision history [back]

I don't think there is a way to do this automatically, but in each LaTeX file, try adding

\begin{sagesilent}
 from sage.env import SAGE_STARTUP_FILE
 load(SAGE_STARTUP_FILE)
\end{sagesilent}