Add docs folder

This commit is contained in:
Florian 2025-11-16 17:38:09 +01:00
parent eafef80230
commit 1ea1c70aec
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.