Fix TeXstudio configuration instructions for macOS

This commit is contained in:
Knoch 2021-11-17 15:16:20 +01:00
parent f985499bb4
commit 31299a884f
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Anpassungen beim Kompilieren
Um Dokumente mit Quelltext-Listings kompilieren zu können, muss die Flag `--shell-escape` an den Compiler übergeben werden.
</div>
In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** bei PdfLaTeX vor `%.tex` ergänzt werden:
In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** (`TeXstudio → Einstellungen` unter macOS) bei PdfLaTeX vor `%.tex` ergänzt werden:
<code>pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex</code>

View File

@ -36,7 +36,7 @@ Compiler settings
We need to pass the additional flag `--shell-escape` to our compiler in order to use `minted`.
</div>
In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** and add the flag in the PdfLaTeX row before `%.tex`:
In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** (`TeXstudio → Settings` on macOS) and add the flag in the PdfLaTeX row before `%.tex`:
<code>pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex</code>