cws/disclaimer.sty
changeset 424 daf561a83ba6
parent 347 4de31fdc0d67
child 426 b51467741af2
equal deleted inserted replaced
423:e9d14d58be3c 424:daf561a83ba6
     2 \subsubsection*{Important\alert}
     2 \subsubsection*{Important\alert}
     3 
     3 
     4 \begin{itemize}
     4 \begin{itemize}
     5 \item #1  
     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 command line.\footnote{All
     8     major OSes, including Windows, have a commandline. So there is no
     8     major OSes, including Windows, have a command line. 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
    11   template files provided and do not make any changes to arguments of
    11   template files provided and do not make any changes to arguments of
    12   functions or to any types. You are free to implement any auxiliary
    12   functions or to any types. You are free to implement any auxiliary
    13   function you might need.
    13   function you might need.
    35 \newcommand{\IMPORTANTNONE}[1]{%
    35 \newcommand{\IMPORTANTNONE}[1]{%
    36 \subsubsection*{Important\alert}
    36 \subsubsection*{Important\alert}
    37 
    37 
    38 \begin{itemize}
    38 \begin{itemize}
    39 \item Make sure the files you submit can be processed by just calling\\
    39 \item Make sure the files you submit can be processed by just calling\\
    40   \mbox{\texttt{scala <<filename.scala>>}} on the commandline.\footnote{All
    40   \mbox{\texttt{scala <<filename.scala>>}} on the command line.\footnote{All
    41     major OSes, including Windows, have a commandline. So there is no
    41     major OSes, including Windows, have a command line. So there is no
    42     good reason to not download Scala, install it and run it on your
    42     good reason to not download Scala, install it and run it on your
    43     own computer. Just do it!} Use the
    43     own computer. Just do it!} Use the
    44   template files provided and do not make any changes to arguments of
    44   template files provided and do not make any changes to arguments of
    45   functions or to any types. You are free to implement any auxiliary
    45   functions or to any types. You are free to implement any auxiliary
    46   function you might need.
    46   function you might need.
    69 \noindent
    69 \noindent
    70 \subsubsection*{Important}
    70 \subsubsection*{Important}
    71 
    71 
    72 \begin{itemize}
    72 \begin{itemize}
    73 \item Make sure the files you submit can be processed by just calling\\
    73 \item Make sure the files you submit can be processed by just calling\\
    74   \mbox{\texttt{scala <<filename.scala>>}} on the commandline. Use the
    74   \mbox{\texttt{scala <<filename.scala>>}} on the command line. Use the
    75   template file provided and do not make any changes to arguments of
    75   template file provided and do not make any changes to arguments of
    76   functions or to any types. You are free to implement any auxiliary
    76   functions or to any types. You are free to implement any auxiliary
    77   function you might need.
    77   function you might need.
    78 
    78 
    79 \item Do not use any mutable data structures in your
    79 \item Do not use any mutable data structures in your