feat: adjust doc

This commit is contained in:
dancingCycle 2022-11-03 08:20:44 +01:00
parent 0e59085a32
commit 7776df9a0d
4 changed files with 26 additions and 0 deletions

21
doc/latex.md Normal file
View File

@ -0,0 +1,21 @@
# 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
```

5
doc/latex.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/