Minor corrections to chapter 0.

This commit is contained in:
Kremitzl 2021-08-13 13:18:22 +02:00
parent c90332c0e5
commit 36c5dd0ac8

View File

@ -22,8 +22,8 @@ Lets start with the compiler.
We will need it to convert the source code that we are going to write into a \acro{PDF}.
There are different compilers for different operating systems;
\todo{Ist das Semikolon hier richtig? (F)}
for example, MikTeX for Windows\footnote{\url{https://miktex.org/download}}, Mac\TeX{} for macOS\footnote{\url{http://tug.org/mactex/}}, and \TeX{}Live for Linux distributions
\footnote{If you are using a Debian-based Linux distribution, you can install the compiler by executing \mintinline{bash}{sudo apt install texlive-full}.
\todo{Ziemlich egal, würde ich sagen. Doppelpunkt oder Komma würde auch gehen, aber da gefällts mir so fast besser.}
for example, MikTeX for Windows,\footnote{\url{https://miktex.org/download}} Mac\TeX{} for macOS,\footnote{\url{http://tug.org/mactex/}} and \TeX{}Live for Linux distributions.\footnote{If you are using a Debian-based Linux distribution, you can install the compiler by executing \mintinline{bash}{sudo apt install texlive-full}
For other distributions, you find instructions on \url{https://tug.org/texlive/doc/texlive-en/texlive-en.html\#installation}.}
In case you get to choose, it is best to install the full version with all packages.