Example of how to install LaTeX on ubuntu
Table of contents
Get LaTeX texlive distribution
There are several LaTeX distributions such as texlive (pour GNU/Linux, Windows) or mactex. To get the for example the LaTeX texlive distribution just enter the following command (source):
sudo apt-get install texlive-full
Run .tex file with LateX
Then, to compile a .tex file just enter
pdflatex file.tex
References
| Links | Site |
|---|---|
| latex | latex-project.org |
| texlive | tug.org |
| mactex | tug.org |
| Install LaTeX on Ubuntu or Debian | milq.github.io |
| Installing LaTeX on Ubuntu | dzone.com |
| ubuntu | ubuntu |
| How to compile a LaTeX document? | tex.stackexchange.com |
