blob: 562e1adfd82e56f36094bf849acdd49ebfc9557c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# LaTeX
* [Official website](https://www.latex-project.org/)
* [LaTeX tutorial on WikiBooks](https://en.wikibooks.org/wiki/LaTeX) - a
comprehensive and well-organized written tutorial
* [Math in LaTeX](https://en.wikibooks.org/wiki/LaTeX/Mathematics) - the
section of the WikiBooks tutorial dedicated to Math
* [Installation guide](https://en.wikibooks.org/wiki/LaTeX/Installation)
* [TexLive distribution](https://www.tug.org/texlive/) - a LaTeX distribution
that works basically on any operating system
* [MacTex](https://www.tug.org/mactex/) - a LaTeX distribution for MacOS
* [MikTex](https://miktex.org/) - a LaTeX distribution for Microsoft Windows
* [TexMaker](https://www.xm1math.net/texmaker/) - a LaTeX editor
* [TexStudio](https://www.texstudio.org/) - another LaTeX editor
* [Overleaf](https://www.overleaf.com/) - a cloud-based LaTeX editor, no
instalation required
# SageMath and Python
* [Python official website](https://www.python.org/)
* [Python shell](https://www.python.org/shell) - try Python online
* [ProjectEuler](https://projecteuler.net/archives) - test your programming
and Math skills with these puzzles
* [SageMath official website](https://www.sagemath.org/)
* [SageMath official documentation](https://doc.sagemath.org/)
* [SageMath tutorial](https://doc.sagemath.org/html/en/tutorial/index.html) -
many examples
* [SageMath reference manual](https://doc.sagemath.org/html/en/reference/index.html)
- technical reference
* [SageMath installation instructions](https://doc.sagemath.org/html/en/installation/index.html)
* [SageMathCell](https://sagecell.sagemath.org/) - try SageMath online
* [CoCalc](https://cocalc.com/) - cloud-based notebook
|