cws/disclaimer.sty
changeset 498 0f1b97538ad4
parent 491 2a30c7dfe3ed
equal deleted inserted replaced
497:ef37fb04a343 498:0f1b97538ad4
     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-cli compile <<filename.scala>>}} on the command line.\footnote{All
     7   \mbox{\texttt{scala compile <<filename.scala>>}} on the command line.\footnote{All
     8     major OSes, including Windows, have a command line. So there is no
     8     major OSes, including Windows, have a command line. So there is no
     9     good reason to not download scala-cli, 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.
    14 
    14 
    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-cli compile <<filename.scala>>}} on the command line.\footnote{All
    40   \mbox{\texttt{scala compile <<filename.scala>>}} on the command line.\footnote{All
    41     major OSes, including Windows, have a command line. So there is no
    41     major OSes, including Windows, have a command line. So there is no
    42     good reason to not download scala-cli, 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.
    47 
    47 
    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-cli compile <<filename.scala>>}} on the command line. Use the
    74   \mbox{\texttt{scala compile <<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