Skip to content

Commit

Permalink
add \inputErrorCode command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Oct 4, 2023
1 parent 56ceabf commit 656b6bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/Aufgabe2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
\item Die Verarbeitung von Eingaben wird im Foliensatz \verb+03_Variablen.pdf+ erläutert.
\item Variablen sollten in Strings nicht mit \enquote{\kotlininline{+}} eingefügt werden, stattdessen an die entsprechenden Stellen im String mit String-Templates einsetzen.
Beispiel: \kotlininline{"$variable0 ist kleiner $variable1"} ergibt wenn \kotlininline{variable0 == 4} und\\
\kotlininline{variable1 == 42} ist den String \kotlininline{"4 ist kleiner 42"}
Beispiel: \kotlininline{"$variable0 ist kleiner $variable1"} ergibt wenn \kotlininline{variable0 == 4} und\\
\kotlininline{variable1 == 42} ist den String \kotlininline{"4 ist kleiner 42"}
\end{itemize}
\end{hinweise}
Expand Down
11 changes: 11 additions & 0 deletions shared/globalCommon.tex
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,15 @@
},
#2 % Weitere Argumente zulassen
}

\NewTCBInputListing{\inputErrorCode}{ O{} m }{
listing~file={#2},
coltext=red,
listing~only, % Sonst will er den Plain Text nach dem Minted Listing noch anfügen
colback=\IfDarkModeTF{black}{black!80},
colupper=white,
colframe=TUDa-3a,
before~upper=\color{TUDa-9b},
#1 % Weitere Argumente zulassen
}
\ExplSyntaxOff

0 comments on commit 656b6bb

Please sign in to comment.