diff options
| -rw-r--r-- | Resources/LINKS.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Resources/LINKS.md b/Resources/LINKS.md new file mode 100644 index 0000000..1c68fb5 --- /dev/null +++ b/Resources/LINKS.md | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | # LaTeX | ||
| 2 | |||
| 3 | * [Official website](https://www.latex-project.org/) | ||
| 4 | * [LaTeX tutorial on WikiBooks](https://en.wikibooks.org/wiki/LaTeX) - a | ||
| 5 | comprehensive and well-organized written tutorial | ||
| 6 | * [Math in LaTeX](https://en.wikibooks.org/wiki/LaTeX/Mathematics) - the | ||
| 7 | section of the WikiBooks tutorial dedicated to Math | ||
| 8 | * [Installation guide](https://en.wikibooks.org/wiki/LaTeX/Installation) | ||
| 9 | * [TexLive distribution](https://www.tug.org/texlive/) - a LaTeX distribution | ||
| 10 | that works basically on any operating system | ||
| 11 | * [MacTex](https://www.tug.org/mactex/) - a LaTeX distribution for MacOS | ||
| 12 | * [MikTex](https://miktex.org/) - a LaTeX distribution for Microsoft Windows | ||
| 13 | * [TexMaker](https://www.xm1math.net/texmaker/) - a LaTeX editor | ||
| 14 | * [TexStudio](https://www.texstudio.org/) - another LaTeX editor | ||
| 15 | * [Overleaf](https://www.overleaf.com/) - a cloud-based LaTeX editor, no | ||
| 16 | instalation required | ||
| 17 | |||
| 18 | # SageMath and Python | ||
| 19 | |||
| 20 | * [Python official website](https://www.python.org/) | ||
| 21 | * [SageMath official website](https://www.sagemath.org/) | ||
| 22 | * [SageMath official documentation](https://doc.sagemath.org/) | ||
| 23 | * [SageMath tutorial](https://doc.sagemath.org/html/en/tutorial/index.html) - | ||
| 24 | many examples | ||
| 25 | * [SageMath reference manual](https://doc.sagemath.org/html/en/reference/index.html) | ||
| 26 | - technical reference | ||
| 27 | * [SageMath installation instructions](https://doc.sagemath.org/html/en/installation/index.html) | ||
| 28 | * [SageMathCell](https://sagecell.sagemath.org/) - try SageMath online | ||
| 29 | * [CoCalc](https://cocalc.com/) - cloud-based notebook | ||
