Minor refactoring

This commit is contained in:
Knoch 2023-04-28 12:42:36 +02:00
parent bb2db7a0dc
commit 1cc6d96ed3
7 changed files with 22 additions and 13 deletions

View File

@ -1,6 +1,6 @@
Java is an object-oriented programming language, that appeared in
Java is an object-oriented programming language that appeared in
1995. The most recent version of the programming language is
version 16\footnote{March 2021}. In order to write Java programs,
version 20\footnote{March 2023}. In order to write Java programs,
one needs to install the so-called \emph{Java Development Kit
(JDK)}.\footnote{\url{https://www.oracle.com/java/technologies/javase-downloads.html}}
Java programs can be written independently from the operating

View File

@ -1 +1 @@
Java is an object-oriented programming language, that appeared in 1995. The most recent version of the programming language is version 16 (March 2021). In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}. Java programs can be written independently from the operating system that one uses.
Java is an object-oriented programming language that appeared in 1995. The most recent version of the programming language is version 20 (March 2023). In order to write Java programs, one needs to install the so-called \emph{Java Development Kit (JDK)}. Java programs can be written independently from the operating system that one uses.

View File

@ -5,6 +5,4 @@
Make the text \enquote{March 2021} of the file
\file{exercises/footnotes/footnotes.tex} appear as a footnote instead of in
parentheses. Additionally, insert a clickable URL to the Java Development Kit
as footnote.
\texttt{https://www.oracle.com/java/technologies/javase-downloads.html}
as footnote: \\ \texttt{https://www.oracle.com/java/technologies/javase-downloads.html}

View File

@ -1,2 +1,4 @@
% Replace this graphic by the corresponding formulas:
Replace this graphic by the corresponding formulas:
\vspace{1cm} % some additional spacing before the image
\includegraphics{graphics/math-formulas.rend-crop.pdf}

View File

@ -1,8 +1,4 @@
\section{Typesetting mathematics}
Use \LaTeX{} math mode to typeset the following formulas.
Pay attention to the size of brackets.
\todo{Strange indent}
\vspace{1cm}
Use \LaTeX{}'s math mode to typeset the following formulas.
Pay attention to the size of brackets. Prioritize those formulas that appear to be most useful and/or interesting to you.

View File

@ -0,0 +1 @@
Your listings go here.

View File

@ -30,50 +30,62 @@
\setcounter{section}{2}
\input{exercises/basic-document-structure/task}
\subsubsection*{Modify the content below}
\input{exercises/basic-document-structure/document-structure.raw}
\newpage
\input{exercises/project-structure/task}
\subsubsection*{Modify the content below}
\input{exercises/project-structure/tasks.raw}
\newpage
\input{exercises/special-characters/task}
\subsubsection*{Modify the content below}
\input{exercises/special-characters/special-characters.raw}
\newpage
\input{exercises/text-markup/task}
\subsubsection*{Modify the content below}
\input{exercises/text-markup/markup.raw}
\newpage
\input{exercises/lists/task}
\subsubsection*{Modify the content below}
\input{exercises/lists/lists.raw}
\newpage
\input{exercises/maths/task}
\subsubsection*{Modify the content below}
\input{exercises/maths/math-formulas.raw}
\newpage
\input{exercises/graphics/task}
\subsubsection*{Modify the content below}
\input{exercises/graphics/graphics.raw}
\newpage
\input{exercises/tables/task}
\subsubsection*{Modify the content below}
\input{exercises/tables/tables.raw}
\newpage
\input{exercises/footnotes/task}
\subsubsection*{Modify the content below}
\input{exercises/footnotes/footnotes.raw}
\newpage
\input{exercises/references/task}
\subsubsection*{Modify the content below}
\input{exercises/references/references.raw}
\newpage
\input{exercises/literature/task}
\subsubsection*{Modify the content below}
\input{exercises/literature/literature.raw}
\newpage
\input{exercises/source-code-listings/task}
\subsubsection*{Modify the content below}
\input{exercises/source-code-listings/source-code-listings.raw}
\end{document}