Compare commits

...

2 Commits

Author SHA1 Message Date
68ff85c26d Fix left-over in task 2022-01-18 13:51:05 +01:00
41f7ba74dd Fix indentation 2022-01-18 13:50:52 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
mint, mintinline, inputminted, usemintedstyle, definecolor,
citep, enquote, lstinputlisting%
},
postbreak=\mbox{{$\hookrightarrow$}\space},
postbreak=\mbox{{$\hookrightarrow$}\space},
emphstyle={\color{ForestGreen}\bfseries},
commentstyle=\color{darkgray},
% Allow special characters in lstlistings.

View File

@ -26,7 +26,7 @@ If you have questions, consult the \pkg{minted} or \pkg{listings} package docume
\item Set the \mono{basicstyle} to a proper mono-spaced font (\mono{\textbackslash ttfamily \textbackslash small})
\item Add line numbers.
\item Change the keyword color to blue.
\item Include only lines 5 to 7.
\item Don't show special characters for spaces in strings.
\end{enumerate}
\exercisematerial{exercises/source-code-listings/source-code-listings}