On Dec 14, 12:19 am, "William Stein" <[EMAIL PROTECTED]> wrote: > I did start writing something to turn *tex* documents into sage notebooks, but > it's really not ready for prime time, and that's not what you want anyways.
There is something very similar available for R - called Sweave. It takes special tex files (normal tex plus code) and replaces those parts by R output. It uses the so called "noweb" syntax and works pretty fine. Using those ideas could be very helpful - and open source of course. manual here: (esp. first two chapters for the general idea! + references) http://www.ci.tuwien.ac.at/~leisch/Sweave/Sweave-manual-20060104.pdf (or more up to date look here http://www.ci.tuwien.ac.at/~leisch/Sweave/ ) building a script/book out of single files is simple, since chapters can be bundled by latex in a single document. This method is also preferable, since it is possible that just one chapter parses through sage and the other chapters are normal tex files. greetings h. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
