cws/disclaimer.sty
changeset 474 b528d1d3d3c3
parent 471 135bf034ac30
equal deleted inserted replaced
473:ac79c2e534bd 474:b528d1d3d3c3
     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 <<filename.scala>>}} on the command line.\footnote{All
     7   \mbox{\texttt{scala-cli 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-cli, 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
    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 <<filename.scala>>}} on the command line.\footnote{All
    40   \mbox{\texttt{scala-cli 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-cli, 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
    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 command line. Use the
    74   \mbox{\texttt{scala-cli 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