diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-21 00:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-21 00:23:51 +0000 |
commit | d5c69362ef92a985a1cecefe6bbbca5eb51e822a (patch) | |
tree | b6af1179a24bd3d2401d9540741fc4c161d7664b /Master/texmf-dist/doc/latex/sagetex/README | |
parent | f7498423bd232008266cf75bb0c1faa1465fbb1e (diff) |
sage 2.2.1 (20jun09), omitting python scripts in bin
git-svn-id: svn://tug.org/texlive/trunk@13843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sagetex/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/sagetex/README | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/sagetex/README b/Master/texmf-dist/doc/latex/sagetex/README index 2e9d512d0eb..d677252b478 100644 --- a/Master/texmf-dist/doc/latex/sagetex/README +++ b/Master/texmf-dist/doc/latex/sagetex/README @@ -3,13 +3,21 @@ computations, and plots from the Sage mathematics software suite (http://sagemath.org) into LaTeX documents. ==================================================================== -To use SageTeX, you need the files sagetex.sty and sagetex.py. If those -haven't been extracted from the .dtx file, you'll need to do: +The recommended way to acquire and install SageTeX is by installing the +Sage spkg; visit http://sagemath.org/packages/optional/, find the +current version number, and run "sage -i sagetex-[version]" in a +terminal. Then you'll need to make the file sagetex.sty known to TeX; +that file will be in SAGE_ROOT/local/share/texmf/tex/generic/sagetex, +along with documentation and examples. + +If you can't or don't want to install SageTeX by using Sage, you can use +this CTAN package. If sagetex.py and sagetex.sty haven't been extracted +from the .dtx file, you'll need to do: 0. Run `latex sagetexpackage.ins' If a PDF file of the documentation wasn't included with this -distribution of SageTex, you will need to build the documentation +distribution of SageTeX, you will need to build the documentation yourself. To do that: 1. Run `latex sagetexpackage.dtx' @@ -30,7 +38,12 @@ the documentation.) To use the SageTeX package with your own documents, see the "Installation" section of the documentation. -This works builds on a lot of work by others; see the "Credits" section +SageTeX now includes `remote-sagetex.py', a plain Python script that +allows you to use a remote Sage server instead of a local Sage +installation, so now you can use SageTeX on any computer with TeX and +Python 2.6 installed. + +This work builds on a lot of work by others; see the "Credits" section of the documentation for credits. The source code may be modified and distributed under the terms of the GPL, v2 or later; the documentation may be modified and distributed under a Creative Commons Attribution - @@ -40,4 +53,4 @@ section of the documentation. Please let me know if you find any bugs or have any ideas for improvement! -- Dan Drake <ddrake@member.ams.org> +- Dan Drake <http://mathsci.kaist.ac.kr/~drake/> |