Skip to content

Commit 065fcbd

Browse files
SMC → cocalc and adding pythontex
1 parent 9f2819b commit 065fcbd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

latex/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
SageMathCloud LaTeX Support
2-
===========================
1+
CoCalc LaTeX Support
2+
====================
33

4-
SageMathCloud allows you to run LaTeX online in a full Linux environment.
4+
[CoCalc](https://cocalc.com) allows you to run LaTeX online in a full Linux environment.
55
It supports the standard compilers, `latexmk`, and a large number of libraries are pre-installed.
6-
On top of that, `SageTeX` adds the capability of running SageMath code right inside of TeX files to seamlessly embed code, results, formulas and plots.
6+
On top of that, support for `SageTeX` and `PythonTeX` adds the capability of running SageMath or Python code
7+
right inside of TeX files to seamlessly embed code, results, formulas and plots.
78

8-
The directory `sagetex` shows how to run SageMath inside a document,
9-
and `multiple-files` demonstrates how to setup a larger LaTeX document with multiple source files.
9+
* [`sagetex`](./sagetex) shows how to run SageMath inside a document
10+
* [`multiple-files`](./multiple-files) demonstrates how to setup a larger LaTeX document with multiple source files
11+
* [`pythontex`](./pythontex) features an example file for running PythonTeX

0 commit comments

Comments
 (0)