Add docs folder
This commit is contained in:
parent
eafef80230
commit
1ea1c70aec
@ -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
|
||||
|
||||
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user