mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Remove trailing spaces
The commands find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ and find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ were used to do so.
This commit is contained in:
parent
c578b25d2f
commit
7740f0147f
538 changed files with 3496 additions and 3496 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
\begin{block}{Ausgabe}
|
||||
myArray1: geh du alter sack\\
|
||||
myArray2: geh du alter sack
|
||||
myArray2: geh du alter sack
|
||||
\end{block}
|
||||
\end{frame}
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
|||
\begin{alertblock}{Lehre aus dem Quiz}
|
||||
Beim kopieren von Objekten (alles außer \myCode{boolean}, \myCode{byte},
|
||||
\myCode{int}, \myCode{long}, \myCode{float}, \myCode{double} -
|
||||
oder einfacher, alles was mit einem Großbuchstaben beginnt)
|
||||
oder einfacher, alles was mit einem Großbuchstaben beginnt)
|
||||
ist Vorsicht geboten.
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
@ -120,7 +120,7 @@
|
|||
\subsection{Magic Numbers}
|
||||
\begin{frame}{Magic Numbers}
|
||||
\begin{alertblock}{Definition: Magic numbers}
|
||||
Unique values with unexplained meaning or multiple occurrences
|
||||
Unique values with unexplained meaning or multiple occurrences
|
||||
which could (preferably) be replaced with named constants.
|
||||
\end{alertblock}
|
||||
|
||||
|
@ -158,7 +158,7 @@
|
|||
|
||||
\subsection{Flughafenkürzel}
|
||||
\begin{frame}{Flughafenkürzel: Aufgabe}
|
||||
Wir haben ein Array mit IATA-Codes (Flughafenkürzel) gegeben und
|
||||
Wir haben ein Array mit IATA-Codes (Flughafenkürzel) gegeben und
|
||||
möchten den Inhalt auf der Konsole ausgeben.
|
||||
\end{frame}
|
||||
|
||||
|
@ -179,7 +179,7 @@
|
|||
\end{frame}
|
||||
|
||||
\begin{frame}{Flughafenkürzel: Umgekehrte Reihenfolge}
|
||||
Modifiziere das Programm so, dass die Kürzel in umgekehrter
|
||||
Modifiziere das Programm so, dass die Kürzel in umgekehrter
|
||||
Reihenfolge ausgegeben werden.
|
||||
\begin{block}{Lösung von vorhin}
|
||||
\inputminted[linenos=true, numbersep=5pt, tabsize=4, fontsize=\tiny]{java}{IataCode.java}
|
||||
|
@ -191,7 +191,7 @@
|
|||
\end{frame}
|
||||
|
||||
\begin{frame}{Flughafenkürzel: Jumping}
|
||||
Modifiziere das Programm so, dass nur jedes dritte Element
|
||||
Modifiziere das Programm so, dass nur jedes dritte Element
|
||||
ausgegeben wird.
|
||||
\begin{block}{Lösung von vorhin}
|
||||
\inputminted[linenos=true, numbersep=5pt, tabsize=4, fontsize=\tiny]{java}{IataCode.java}
|
||||
|
@ -237,9 +237,9 @@
|
|||
\begin{frame}{Praktomat}
|
||||
\begin{itemize}
|
||||
\item Fragen frühzeitig stellen!
|
||||
\item Wenn ihr Pakete verwendet, am Anfang eurer Dateien
|
||||
\item Wenn ihr Pakete verwendet, am Anfang eurer Dateien
|
||||
also \myCode{package AB\_2;} oder ähnliches steht,
|
||||
müsst ihr die korrekte Ordnerstruktur in den Praktomat
|
||||
müsst ihr die korrekte Ordnerstruktur in den Praktomat
|
||||
hochladen
|
||||
\item In Eclipse im Fenster "`Navigation"' den Ordner "`src"'
|
||||
auswählen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue