summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sagetex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/sagetex/README.md')
-rw-r--r--macros/latex/contrib/sagetex/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex/contrib/sagetex/README.md b/macros/latex/contrib/sagetex/README.md
index f6e75ac061..2864569f39 100644
--- a/macros/latex/contrib/sagetex/README.md
+++ b/macros/latex/contrib/sagetex/README.md
@@ -8,7 +8,7 @@ computations, and plots from the Sage mathematics software suite
SageTeX is included with Sage, so to use it, you only need to make the
file sagetex.sty known to TeX; that file will be in
-SAGE_ROOT/local/share/texmf/tex/latex/sagetex, along with
+SAGE_ROOT/venv/share/texmf/tex/latex/sagetex, along with
documentation and examples. See the Sage tutorial at
https://doc.sagemath.org/html/en/tutorial/sagetex.html
for a quick usage introduction, and for complete installation
@@ -23,14 +23,14 @@ the SAGE_ROOT/... directory mentioned above.
If you want to extract any of SageTeX's files from the .dtx sources, you
can do
- 0. Run `latex sagetex.ins'
+ 0. Run `latex sagetex.ins`
To regenerate the documentation, do
- 1. Run `latex sagetex.dtx'
- 2. Run `sage sagetex.sage'
+ 1. Run `latex sagetex.dtx`
+ 2. Run `sage sagetex.sage`
3. Run the indexing commands that the .ins file told you about.
- 4. Run `latex sagetex.dtx' again.
+ 4. Run `latex sagetex.dtx` again.
You can skip step 3 if you don't care about the index. You will need the
pgf and tikz packages installed to typeset the figures.