mathsoftware

A course about LaTeX and SageMath
git clone https://git.tronto.net/mathsoftware
Download | Log | Files | Refs | README | LICENSE

commit 637d05eff6734394428c09efc9d0ea9fab28784c
parent bb4baefedb24445f3c4f5ad3126aad3128d151f4
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Wed, 26 May 2021 10:40:32 +0200

Added links

Diffstat:
AResources/LINKS.md | 29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/Resources/LINKS.md 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