Remove the --shell-escape section

This commit is contained in:
Knoch 2022-01-18 12:39:17 +01:00
parent 31299a884f
commit af4b094d37
2 changed files with 0 additions and 4 deletions

View File

@ -155,8 +155,6 @@ Erste Schritte im Umgang mit LaTeX
* Falls nötig: Install now! * Falls nötig: Install now!
* Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv. * Ladet euch aus dem VC das Projektarchiv herunter. Entpackt das Archiv.
* Öffnet die Datei `main.tex` im obersten Verzeichnis in TeXstudio. * Ö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`
* Kompiliert die Datei durch Druck auf <span class="emoji"></span>. * Kompiliert die Datei durch Druck auf <span class="emoji"></span>.
* Was ist in dem Ordner passiert, in dem die Datei liegt? * Was ist in dem Ordner passiert, in dem die Datei liegt?

View File

@ -155,8 +155,6 @@ First steps with LaTeX
* If necessary: Install now! * If necessary: Install now!
* Download the project archive from the VC. Unzip the archive. * 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. * 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`
* Compile `main.tex` by pressing <span class="emoji"></span>. * Compile `main.tex` by pressing <span class="emoji"></span>.
* What happened to the folder that contains the file? * What happened to the folder that contains the file?