From 637d05eff6734394428c09efc9d0ea9fab28784c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 26 May 2021 10:40:32 +0200 Subject: Added links --- Resources/LINKS.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Resources/LINKS.md (limited to 'Resources') 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 @@ +# 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/) +* [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 -- cgit v1.3