diff --git a/content/source-code-listings-minted.tex b/content/source-code-listings-minted.tex index 7c23258..b6fca03 100644 --- a/content/source-code-listings-minted.tex +++ b/content/source-code-listings-minted.tex @@ -26,7 +26,7 @@ Once the installation is complete, you are ready to include the \LaTeX{} package There is one last adjustment needed before you can actually compile your documents---we will have to adjust the compile command. Out of the box, your editor will probably execute the following command after you clicked the green compile arrow: -\shell{pdflatex main.tex} +\shell{pdflatex main-exercises.tex} \noindent The exact command can be found and configured in \TeX{}studio under Options\,→\,Configure \TeX{}studio\,→\,Commands. It is stated next to the Pdf\LaTeX{} label. diff --git a/exercises/special-characters/task.tex b/exercises/special-characters/task.tex index 3121591..9c9e204 100644 --- a/exercises/special-characters/task.tex +++ b/exercises/special-characters/task.tex @@ -2,8 +2,8 @@ \todo{Adjust to new page layout.} For this task, we are using the file \file{exercises/special-characters.tex}. -To be able to see your results here within the script, -compile the \file{main.tex} file. +To be able to see your results here within the exercise script, +compile the \file{main-exercises.tex} file. This applies for the subsequent tasks, as well. \begin{enumerate} diff --git a/first-steps-with-latex.tex b/first-steps-with-latex.tex index 8640078..9e4fed6 100644 --- a/first-steps-with-latex.tex +++ b/first-steps-with-latex.tex @@ -28,7 +28,7 @@ Any editor will do (notepad++, Atom, VS Code, etc.). However, for beginners, we recommend using \TeX{}studio,\footnote{You find the latest version on \url{https://www.texstudio.org/}.} a program that supports you with \LaTeX-specific features. \section*{Compiling for the first time} -Open up the file \file{main.tex} in \TeX{}studio. +Open up the file \file{main-exercises.tex} in \TeX{}studio. It can be found in our project directory. By pressing \includegraphics[width=.8em]{graphics/faForward.png}, it is converted into a a file called \file{main.pdf}. You should be able to find the latter by looking at the project directory in your file explorer. diff --git a/titlepage-exercises.tex b/titlepage-exercises.tex index 8143e52..3bcb4a5 100644 --- a/titlepage-exercises.tex +++ b/titlepage-exercises.tex @@ -2,6 +2,4 @@ \includepdf{graphics/cover-exercises.pdf} -\todo{Adjust cover for different versions.} - \input{imprint} diff --git a/titlepage.tex b/titlepage.tex index d06c629..cb6345e 100644 --- a/titlepage.tex +++ b/titlepage.tex @@ -2,6 +2,4 @@ \includepdf{graphics/cover-script.pdf} -\todo{Adjust cover for different versions.} - \input{imprint}