On Tue, 27 Jul 2010 at 02:45PM -0700, Katie Johnson wrote:
> Another brief question I have is: why does sagetex put files needed
> for a tex file (like graphics files) in my root directory (Macintosh
> HD)?  It seems like a really odd place to have all of these files
> piling up, and what if I have two different example.tex files?  Will
> the images for both be copied into the "sage-plots-for-example.tex"
> folder?

That's very strange. The directory sage-plots-for-example.tex should get
created in the same directory as your document. Is that directory
created in the root directory before you modify example.tex?

What version of TeXShop are you using? TS has in the past included its
own versions of SageTeX and some related scripts, and those may need
some updating.

Can you try using SageTeX with a very minimal file -- something like
this:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{sagetex}

\begin{document}

one two $\sage{1+2}$

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Does that work?

Dan

--
---  Dan Drake
-----  http://mathsci.kaist.ac.kr/~drake
-------

Attachment: signature.asc
Description: Digital signature

Reply via email to