setup/doc/latex.md

22 lines
357 B
Markdown
Raw Permalink Normal View History

2022-11-03 08:20:44 +01:00
# Setup Latex
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install directly from the official repository
```
sudo apt install texlive-base --no-install-recommends
sudo apt-get install texlive-latex-base --no-install-recommends
```
* verify installation
```
latex --version
pdflatex --version
```