On Dec 18, 5:48 pm, Dan Drake <dr...@kaist.edu> wrote:
>
> I just made up a toy example with multiple files, and it turns out
> SageTeX works perfectly fine with \input -- either "\input{foo}" or

In main.tex

\input{sageFile}

will work, if sageFle.tex is of type:

\begin{sageblock}
var('a,b,c,x')
f = a*x^2 + b*x + c == 12
...
...
\end{sageblock}

But, if we want in main.tex

\begin{sageblock}
 \input{sageFile}
\end{sageblock}

where sageFile.tex is of type:

var('a,b,c,x')
f = a*x^2 + b*x + c == 12
...
...

then it will not work.

--
H.S.Rai

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to