Replace occurrences of main.tex
This commit is contained in:
parent
f206d75505
commit
a78fe6e336
@ -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.
|
||||
|
||||
@ -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}
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -2,6 +2,4 @@
|
||||
|
||||
\includepdf{graphics/cover-exercises.pdf}
|
||||
|
||||
\todo{Adjust cover for different versions.}
|
||||
|
||||
\input{imprint}
|
||||
|
||||
@ -2,6 +2,4 @@
|
||||
|
||||
\includepdf{graphics/cover-script.pdf}
|
||||
|
||||
\todo{Adjust cover for different versions.}
|
||||
|
||||
\input{imprint}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user