Differences between revisions 3 and 4
Revision 3 as of 2010-01-31 00:09:47
Size: 1289
Editor: rbeezer
Comment:
Revision 4 as of 2010-01-31 00:10:43
Size: 1315
Editor: rbeezer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
   Best working demo<<BR>>    Best working demo (though it lacks a title)<<BR>>

Converting Latex Documents to Sage Worksheets

Introduction

Latex documents can be translated to jsMath, the tool used to render mathematics in the Sage notebook. This project is about automating the conversion process so that authors can easily use a single command to convert a book-length Latex document to a collection of Sage worksheets. These could have embedded Sage input cells, possibly containing interacts, and the cross-referencing features of Latex would be preserved in the collection of Sage worksheets.

Trac Ticket 8105 Contains project snapshots, links to other tickets

Examples

To view a worksheet, click on the "worksheet" link, then in the resulting page find the big blue download box and use your browser's function to copy the link there.
Then open your notebook, click the "Upload" link near the upper-left and then paste in the link into the URL field (the second one).

  • Group Theory Primer (2010/01/30)

    • Lots of simple Sage code, some simple mathematics, one interact (search for "@interact")
      Best working demo (though it lacks a title)
      Worksheet Source

devel/LatexToWorksheet (last edited 2011-12-14 03:50:48 by rbeezer)