diff --git a/doc/debian11python.md b/doc/debian11-python.md similarity index 100% rename from doc/debian11python.md rename to doc/debian11-python.md diff --git a/doc/debian11python.md.license b/doc/debian11-python.md.license similarity index 100% rename from doc/debian11python.md.license rename to doc/debian11-python.md.license diff --git a/doc/latex.md b/doc/latex.md new file mode 100644 index 0000000..8a049dc --- /dev/null +++ b/doc/latex.md @@ -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 +``` diff --git a/doc/latex.md.license b/doc/latex.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/latex.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */