From deba2b91a605a6e2c8ec66184aa30fd8ccb50e07 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Fri, 28 May 2021 17:54:34 +0200 Subject: [PATCH] delete . in fifth bullet point of task 2 to avoid confusion --- slides/chapter-02.de.md | 2 +- slides/chapter-02.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/chapter-02.de.md b/slides/chapter-02.de.md index 8a49604..83b5035 100644 --- a/slides/chapter-02.de.md +++ b/slides/chapter-02.de.md @@ -156,7 +156,7 @@ Erste Schritte im Umgang mit LaTeX * ++ Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv. * ++ Öffnet die Datei `main.tex` im obersten Verzeichnis in TeXstudio. * ++ Navigiert in TeXstudio zu den Befehlseinstellungen: Optionen -> TeXstudio konfigurieren... -> Befehle -* ++ Ändert den Compiler-Befehl für PdfLaTeX zu: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex`. +* ++ Ändert den Compiler-Befehl für PdfLaTeX zu: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex` * ++ Kompiliert die Datei durch Druck auf . * ++ Was ist in dem Ordner passiert, in dem die Datei liegt? diff --git a/slides/chapter-02.en.md b/slides/chapter-02.en.md index 20e5df5..174601e 100644 --- a/slides/chapter-02.en.md +++ b/slides/chapter-02.en.md @@ -156,7 +156,7 @@ First steps with LaTeX * ++ Download the project archive from the VC. Unzip the archive. * ++ Open the file `main.tex` in TeXstudio. It is located in the root directory of the archive. * ++ Navigate to the command settings of TeXstudio: Options -> Configure TeXstudio... -> Commands -* ++ Change the compiler command for PdfLaTeX to: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex`. +* ++ Change the compiler command for PdfLaTeX to: `pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex` * ++ Compile `main.tex` by pressing . * ++ What happened to the folder that contains the file?