From 1ea1c70aec4169c4230548e3b76bf14a066bda98 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 16 Nov 2025 17:38:09 +0100 Subject: [PATCH] Add docs folder --- README.md | 4 ++++ vs-code-instructions.md => docs/vs-code-instructions.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) rename vs-code-instructions.md => docs/vs-code-instructions.md (98%) diff --git a/README.md b/README.md index f599c7b..049e400 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ latex-script/ │   ├── basic-document-structure.tex │   ├── basic-functionality.tex │   └── … +├── docs +│   ├── vs-code-instructions.md +│   ├── faq.md +│   └── … ├── exercises │   ├── basic-document-structure │   ├── footnotes diff --git a/vs-code-instructions.md b/docs/vs-code-instructions.md similarity index 98% rename from vs-code-instructions.md rename to docs/vs-code-instructions.md index 9457ba3..c88d285 100644 --- a/vs-code-instructions.md +++ b/docs/vs-code-instructions.md @@ -60,7 +60,7 @@ LaTeX Workshop uses so-called recipes to compile documents. A recipe refers to a ## Compiling -1. Open the unzipped project archive (available in the [Releases section](https://github.com/fs-wiai/latex-script/releases)). +1. Open the unzipped project archive (available in the [Releases section](https://git.stuve-bamberg.de/latex/latex-skript/releases)). 2. To test your installation, open `main-exercises.tex`. 3. In the left side bar, click on the TeX symbol, open the “Build LaTeX project entry” (clicking on the little arrow on the left) and choose the “pdflatex × 2” recipe. For the duration of the compilation, you should see a spinning icon in the bottom row next to the Git icons. Any errors will appear in the problems tab. 4. To open the resulting document, click on “View LaTeX PDF” in the TeX section below the recipes. If this succeeded, you are ready to work on the exercises. The document will compile again once you save it.