[sage-devel] Re: experiment with a new version of the SageTeX package

2010-11-14 Thread jyr
Hi, First of all let me say that I am currently writing a math text book where I am using a lot of sagetex and I think it is a great package! Having said that as a "user" I am a bit concerned that the syntax of sagetex is going to change if I want to publish the latex sources or describe examples

[sage-devel] Re: experiment with a new version of the SageTeX package

2010-11-11 Thread Andrey Novoseltsev
I was playing with sageexample environment, didn't quite like what I was getting (compared to what I planned), and while I was figuring out a way to suggest a new environment, I found out that Volker has already timely produced sagecommandline, which made me very happy. However, after seeing what

[sage-devel] Re: experiment with a new version of the SageTeX package

2010-09-27 Thread Jason Grout
On 9/26/10 11:44 PM, Dan Drake wrote: On Sun, 26 Sep 2010 at 05:15AM -0700, Volker Braun wrote: How about foo_sagetex.sage and foo_doctest.sage for consistency. That's a thought. I'm much more accustomed to using dots as separators, though. I suppose that the "latex" way of handling things w

Re: [sage-devel] Re: experiment with a new version of the SageTeX package

2010-09-26 Thread Dan Drake
On Sun, 26 Sep 2010 at 05:15AM -0700, Volker Braun wrote: > How about foo_sagetex.sage and foo_doctest.sage for consistency. That's a thought. I'm much more accustomed to using dots as separators, though. > The new sagecommandline environment needs yet another auxiliary file > because it is based

[sage-devel] Re: experiment with a new version of the SageTeX package

2010-09-26 Thread Volker Braun
How about foo_sagetex.sage and foo_doctest.sage for consistency. The new sagecommandline environment needs yet another auxiliary file because it is based on the listings package and not verbatim. LaTeX can feed input directly into verbatim macros, but not into listings code. On the plus side, list