From 7776df9a0db38d5ef0b546707c67046912649b17 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 3 Nov 2022 08:20:44 +0100 Subject: [PATCH] feat: adjust doc --- doc/{debian11python.md => debian11-python.md} | 0 ....md.license => debian11-python.md.license} | 0 doc/latex.md | 21 +++++++++++++++++++ doc/latex.md.license | 5 +++++ 4 files changed, 26 insertions(+) rename doc/{debian11python.md => debian11-python.md} (100%) rename doc/{debian11python.md.license => debian11-python.md.license} (100%) create mode 100644 doc/latex.md create mode 100644 doc/latex.md.license 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 + */