Minor fixes

This commit is contained in:
Knoch 2024-04-18 13:05:25 +02:00
parent a286ea5f6e
commit 6df396068c
2 changed files with 37 additions and 37 deletions

View File

@ -15,11 +15,12 @@ Um das Skript für das Tutorium kompilieren zu können, müssen zunächst ein pa
Exkurs: Eine Kommandozeile öffnen Exkurs: Eine Kommandozeile öffnen
@content @content
* Für die kommenden Aufgaben brauchen wir eine Kommandozeile * Für die kommenden Aufgaben brauchen wir eine Kommandozeile.
* Je nach Betriebssystem, das verwendet wird, gibt es unteschiedliche Wege, sie zu öffnen * Je nach Betriebssystem, das verwendet wird, gibt es unteschiedliche Wege, sie zu öffnen:
* **Windows**: Drückt die Windows-Taste, tippt *cmd* und drückt Enter
* **MacOS**: Drückt die *Command*-Taste und die Leertaste gleichzeitig, tippt danach *Terminal* und macht einen Doppelklick auf *Terminal* * **Windows**: Drückt die Windows-Taste, tippt *cmd* und drückt Enter
* **Linux**: Drückt ``Strg + Alt + T`` * **MacOS**: Drückt die *Command*-Taste und die Leertaste gleichzeitig, tippt danach *Terminal* und macht einen Doppelklick auf *Terminal*
* **Linux**: Drückt <kbd>Strg</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd>
@slide(layout=content-only) @slide(layout=content-only)
@ -27,15 +28,15 @@ Exkurs: Eine Kommandozeile öffnen
Den Compiler installieren Den Compiler installieren
@content @content
* Der Compiler übersetzt unseren LaTeX-Code in ein PDF * Der Compiler übersetzt unseren LaTeX-Code in ein ansprechend formatiertes PDF-Dokument.
* Je nach Betriebssystem stehen unterschiedliche Compiler zur Verfügung: * Je nach Betriebssystem stehen unterschiedliche Compiler zur Verfügung:
* Windows: <a href="https://miktex.org/download">MikT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a>
* Linux-Distributionen: <a href="https://tug.org/texlive/doc/texlive-en/texlive-en.html#installation">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>XLive</a> * Windows: <a href="https://miktex.org/download">MikT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a>
* Debian-basierte Distros: Führt `sudo apt install texlive-full` aus * Linux: <a href="https://tug.org/texlive/doc/texlive-en/texlive-en.html#installation">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>XLive</a> (bestenfalls `texlive-full`)
* Andere Distributionen: Folgt den anweisungen auf der T<sub style="font-size: 100%; margin-left: -.1em">E</sub>XLive-Website * macOS: <a href="http://tug.org/mactex/">MacT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a>
<div class="box warning"> <div class="box warning">
Bitte achtet darauf, die full version mit allen Paketen zu installieren, wenn ihr die Auswahl habt! Unter Windows sollte nach der Installation in der MikT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X-Console einmal nach Updates gesucht werden, um spätere Probleme zu vermeiden.
</div> </div>
@slide(layout=content-only) @slide(layout=content-only)
@ -44,10 +45,10 @@ Bitte achtet darauf, die full version mit allen Paketen zu installieren, wenn ih
Installieren des Editors Installieren des Editors
@content @content
* Ein Editor kann heruntergeladen werden, sobald die Installation des Compilers fertig ist * Ein Editor kann heruntergeladen werden, sobald die Installation des Compilers fertig ist.
* Es funktioniert jeglicher Text-Editor, wie etwa <a href="https://notepad-plus-plus.org/downloads/">Notepad++</a> oder <a href="https://code.visualstudio.com/download">VSCode</a> * Es funktioniert jeglicher Text-Editor, wie etwa <a href="https://notepad-plus-plus.org/downloads/">Notepad++</a> oder <a href="https://code.visualstudio.com/download">Visual Studio Code</a>.
* Für Anfänger:innen empfehlen wir jedoch <a href="https://www.texstudio.org/">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio</a>, da es LaTeX-spezifische Features bietet * Für Anfänger:innen empfehlen wir jedoch <a href="https://www.texstudio.org/">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio</a>, da es LaTeX-spezifische Features bietet.
* Ladet T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio herunter und installiert es * Ladet T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio herunter und installiert es.
@ -56,11 +57,11 @@ Installieren des Editors
Kompilieren des Skriptes Kompilieren des Skriptes
@content @content
* Ladet das Projektarchiv aus dem VC herunter * Ladet das Projektarchiv aus dem VC herunter.
* Entpackt das Archiv * Entpackt das Archiv.
* Öffnet die Datei main-exercises.tex in TeXstudio. Ihr findet es im Wurzelverzeichnis des Archivs * Öffnet die Datei main-exercises.tex in TeXstudio. Ihr findet es im Wurzelverzeichnis des Archivs.
* Kompiliert die Datei, indem ihr <span class="emoji"></span> klickt * Kompiliert die Datei, indem ihr <span class="emoji"></span> klickt.
* Einige neue Dateien sollten nun durch das Kompilieren generiert werden * Einige neue Dateien sollten nun durch das Kompilieren generiert werden.
<div class="box warning"> <div class="box warning">
Windows-Nutzer:innen: Um Dateiendungen zu aktivieren, klickt auf das Ansichts-Tab im Dateiexplorer und wählt *Dateiendungen*. So könnt ihr besser zwischen den einzelnen main-Files unterscheiden. Windows-Nutzer:innen: Um Dateiendungen zu aktivieren, klickt auf das Ansichts-Tab im Dateiexplorer und wählt *Dateiendungen*. So könnt ihr besser zwischen den einzelnen main-Files unterscheiden.

View File

@ -15,12 +15,12 @@ In order to compile the script for this tutorial, a few steps have to be followe
Digression: Opening&nbsp;a&nbsp;command&nbsp;prompt Digression: Opening&nbsp;a&nbsp;command&nbsp;prompt
@content @content
* For the following tasks, we are going to need a command prompt * For the following tasks, we are going to need a command prompt.
* It can be opened in different ways, depending on your operating system * It can be opened in different ways, depending on your operating system.
* **Windows**: Press the Windows key and type in *cmd*, press Enter * **Windows**: Press the Windows key and type in *cmd*, press <kbd>Enter</kbd>.
* **MacOS**: Press the *Command* key and the *space bar* simultaneously, then type in *Terminal* and double click on *Terminal* * **MacOS**: Press the *Command* key and the *space bar* simultaneously, then type in *Terminal* and double click on *Terminal*.
* **Linux**: Press ``Ctrl + Alt + T`` * **Linux**: Press <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd>.
@slide(layout=content-only) @slide(layout=content-only)
@ -28,16 +28,15 @@ Digression: Opening&nbsp;a&nbsp;command&nbsp;prompt
Installing the compiler Installing the compiler
@content @content
* The compiler translates our L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X code into a PDF * The compiler translates our L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X code into a properly formatted PDF document.
* Depending on your operating system, different compilers are available * Depending on your operating system, different compilers are available:
* Windows: <a href="https://miktex.org/download">MikT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a>
* macOS: <a href="https://tug.org/mactex/">MacT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a> * Windows: <a href="https://miktex.org/download">MikT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a>
* Linux distributions: <a href="https://tug.org/texlive/doc/texlive-en/texlive-en.html#installation">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>XLive</a> * Linux: <a href="https://tug.org/texlive/doc/texlive-en/texlive-en.html#installation">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>XLive</a> (preferably `texlive-full`)
* Debian-based distributions: run `sudo apt install texlive-full` * macOS: <a href="http://tug.org/mactex/">MacT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</a>
* other distributions: see the T<sub style="font-size: 100%; margin-left: -.1em">E</sub>XLive website
<div class="box warning"> <div class="box warning">
Make sure to install the full version with all packages, if you can! On Windows, please open the MikT<sub style="font-size: 100%; margin-left: -.1em">E</sub>X Console once and search for updates.
</div> </div>
@slide(layout=content-only) @slide(layout=content-only)
@ -46,10 +45,10 @@ Make sure to install the full version with all packages, if you can!
Installing the editor Installing the editor
@content @content
* An editor can downloaded once the compiler has been installed * An editor can be downloaded once the compiler has been installed.
* For editing LaTeX documents, any text editor works fine, e.g., <a href="https://notepad-plus-plus.org/downloads/">Notepad++</a>, <a href="https://code.visualstudio.com/download">VSCode</a> * For editing LaTeX documents, any text editor works fine, e.&thinsp;g., <a href="https://notepad-plus-plus.org/downloads/">Notepad++</a> or <a href="https://code.visualstudio.com/download">VSCode</a>.
* For beginners, <a href="https://www.texstudio.org/">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio</a> is recommended due to its LaTeX-specific features * For beginners, we recommend <a href="https://www.texstudio.org/">T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio</a> due to its LaTeX-specific features.
* Download and install T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio * Download and install T<sub style="font-size: 100%; margin-left: -.1em">E</sub>Xstudio.
@slide(layout=content-only) @slide(layout=content-only)
@title @title