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.
|
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:
|
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.
|
\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.
|
It is stated next to the Pdf\LaTeX{} label.
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
\todo{Adjust to new page layout.}
|
\todo{Adjust to new page layout.}
|
||||||
For this task, we are using the file \file{exercises/special-characters.tex}.
|
For this task, we are using the file \file{exercises/special-characters.tex}.
|
||||||
To be able to see your results here within the script,
|
To be able to see your results here within the exercise script,
|
||||||
compile the \file{main.tex} file.
|
compile the \file{main-exercises.tex} file.
|
||||||
This applies for the subsequent tasks, as well.
|
This applies for the subsequent tasks, as well.
|
||||||
|
|
||||||
\begin{enumerate}
|
\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.
|
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}
|
\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.
|
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}.
|
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.
|
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}
|
\includepdf{graphics/cover-exercises.pdf}
|
||||||
|
|
||||||
\todo{Adjust cover for different versions.}
|
|
||||||
|
|
||||||
\input{imprint}
|
\input{imprint}
|
||||||
|
|||||||
@ -2,6 +2,4 @@
|
|||||||
|
|
||||||
\includepdf{graphics/cover-script.pdf}
|
\includepdf{graphics/cover-script.pdf}
|
||||||
|
|
||||||
\todo{Adjust cover for different versions.}
|
|
||||||
|
|
||||||
\input{imprint}
|
\input{imprint}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user