[sage-support] Re: sagetex & TeXShop

2014-08-16 Thread Ron Bannon
I have a ~50 page tutorial on using Sage/SageTeX with TeXShop. It is a living document so please consider making constructive comments. http://devio.us/~bannon/sage/ If Drake and Stein are listening . . . Sage and SageTeX need to be further promoted by doing a Coursera course. Please do a Cours

[sage-support] Re: sagetex & TeXShop

2014-08-16 Thread Ron Bannon
I've posted a ~50 page guide to using SageTex with TeXShop. It is a living document, so I welcome comments. http://devio.us/~bannon/sage/ Sage is a great product, but SageTeX is what makes Sage a must have product. I just wish Stein and Drake would get together and do a Coursera course to real

[sage-support] Re: sagetex & TeXShop

2010-02-16 Thread Oscar
Using "solve(x^2-5*x-24, x)" did fix my problem, thank you. I should have checked that. Oscar On Feb 15, 7:11 pm, Dan Drake wrote: > On Mon, 15 Feb 2010 at 08:21AM -0800, Oscar wrote: > > Back to square 1: > > > I added a few more lines of code and then it stopped working. Plots > > are OK, but

Re: [sage-support] Re: sagetex & TeXShop

2010-02-15 Thread Dan Drake
On Mon, 15 Feb 2010 at 08:21AM -0800, Oscar wrote: > Back to square 1: > > I added a few more lines of code and then it stopped working. Plots > are OK, but Sage seems not to be calculating. I checked the > generated .sage file, and now it says what it should say, I think: > _st_.inline(0, latex(2

[sage-support] Re: sagetex & TeXShop

2010-02-15 Thread Oscar
The .tex file is at: http://dl.dropbox.com/u/3709792/example1.tex And the generated .sage file: http://dl.dropbox.com/u/3709792/example1.sage Oscar On Feb 15, 10:21 am, Oscar wrote: > Back to square 1: > > I added a few more lines of code and then it stopped working. Plots > are OK, but Sage

[sage-support] Re: sagetex & TeXShop

2010-02-15 Thread Oscar
Back to square 1: I added a few more lines of code and then it stopped working. Plots are OK, but Sage seems not to be calculating. I checked the generated .sage file, and now it says what it should say, I think: _st_.inline(0, latex(2^100)) I didn't do anything different, except add more lines o

[sage-support] Re: sagetex & TeXShop

2010-02-14 Thread Oscar
SUCESS!! Thank you very much. I had already changed the sagetex.sty file in my texmf. It had the one that comes with TeXLive, and I put there the one that comes with Sage, since I noticed it was more recent. That didn't seem to help, but I just did what you recommend (sudo gzip sagetex.sty and then

Re: [sage-support] Re: sagetex & TeXShop

2010-02-14 Thread Dan Drake
On Sun, 14 Feb 2010 at 12:26PM -0800, Oscar wrote: > The story gets more complicated: I commented out the \sage{2^100} > calculation, and without that, it runs fine. The reason is a change in sagetex.sty. Right now, your system is using sagetex.sty from TeXLive (look for "/usr/local/texlive/2009/t

[sage-support] Re: sagetex & TeXShop

2010-02-14 Thread Oscar
The story gets more complicated: I commented out the \sage{2^100} calculation, and without that, it runs fine. This seems to have no problems: %!TEX TS-program = sage \documentclass{article} \usepackage{sagetex} \usepackage{graphicx} \begin{document} This is an example

[sage-support] Re: sagetex & TeXShop

2010-02-14 Thread Oscar
I did change the drop-down menu so that it says 'sage'. I did 'kpsewhich sagetex.sty' and this is what I got: Cnidus:~ oscar$ kpsewhich sagetex.sty /Users/oscar/Library/texmf/tex/sagetex.sty The whole console text is at http://dl.dropbox.com/u/3709792/sagetex_example_console.txt You'll see that