equal
deleted
inserted
replaced
1 \newcommand{\IMPORTANT}{% |
1 \newcommand{\IMPORTANT}[1]{% |
2 \noindent |
2 \subsubsection*{Important\alert} |
3 \textbf{Important} |
|
4 |
3 |
5 \begin{itemize} |
4 \begin{itemize} |
|
5 \item #1 |
6 \item Make sure the files you submit can be processed by just calling\\ |
6 \item Make sure the files you submit can be processed by just calling\\ |
7 \mbox{\texttt{scala <<filename.scala>>}} on the commandline.\footnote{All |
7 \mbox{\texttt{scala <<filename.scala>>}} on the commandline.\footnote{All |
8 major OSes, including Windows, have a commandline. So there is no |
8 major OSes, including Windows, have a commandline. So there is no |
9 good reason to not download Scala, install it and run it on your |
9 good reason to not download Scala, install it and run it on your |
10 own computer. Just do it!} Use the |
10 own computer. Just do it!} Use the |
57 \end{itemize} |
57 \end{itemize} |
58 } |
58 } |
59 |
59 |
60 |
60 |
61 \newcommand{\DISCLAIMER}{% |
61 \newcommand{\DISCLAIMER}{% |
62 \subsubsection*{Disclaimer} |
62 \subsubsection*{Disclaimer\alert} |
63 |
63 |
64 It should be understood that the work you submit represents |
64 It should be understood that the work you submit represents |
65 your \textbf{own} effort! You have not copied from anyone else. An |
65 your \textbf{own} effort! You have not copied from anyone else. An |
66 exception is the Scala code I showed during the lectures or |
66 exception is the Scala code I showed during the lectures or |
67 uploaded to KEATS, which you can freely use.\bigskip |
67 uploaded to KEATS, which you can freely use.\bigskip |