diff --git a/content/first-steps-with-latex.tex b/content/first-steps-with-latex.tex index b919a27..8f85899 100644 --- a/content/first-steps-with-latex.tex +++ b/content/first-steps-with-latex.tex @@ -22,8 +22,8 @@ Let’s 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.