#15 doc: summarized apt install
This commit is contained in:
parent
b8b9be9891
commit
f03e5d87eb
@ -40,11 +40,7 @@ For generating the images from PlantUML sources (`*.plantuml`), [PlantUML](https
|
|||||||
For pdf output the LaTeX builder is used, so `latex` and `pdflatex` need to be installed. On a clean (no Latex compilation yet) operating system like GNU/Debian, the following dependencies are required to make Latex compile the sources.
|
For pdf output the LaTeX builder is used, so `latex` and `pdflatex` need to be installed. On a clean (no Latex compilation yet) operating system like GNU/Debian, the following dependencies are required to make Latex compile the sources.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install texlive-base --no-install-recommends
|
sudo apt install texlive-base texlive-latex-base texlive-latex-extra texlive-lang-german texlive-fonts-extra --no-install-recommends
|
||||||
sudo apt-get install texlive-latex-base --no-install-recommends
|
|
||||||
sudo apt-get install texlive-latex-extra --no-install-recommends
|
|
||||||
sudo apt-get install texlive-lang-german --no-install-recommends
|
|
||||||
sudo apt-get install texlive-fonts-extra --no-install-recommends
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For document generation `make` and latexmk` is required.
|
For document generation `make` and latexmk` is required.
|
||||||
|
Loading…
Reference in New Issue
Block a user