Select Git revision
karma.conf.js
901_Appendix_Code.tex 543 B
\chapter{Programmcode}
\lstset{
language=Python,
tabsize=2,
rulesepcolor=\color{gray},
xleftmargin=00pt,
framexleftmargin=00pt,
keywordstyle=\color{blue}\bf,
commentstyle=\color{gray},
stringstyle=\color{red},
numbers=left,
numberstyle=\tiny,
numbersep=5pt,
breaklines=true,
showstringspaces=false,
basicstyle=\fontsize{7}{9}\selectfont\ttfamily,
emph={str},emphstyle={\color{magenta}}}
\section{\texttt{quicksort} in Python}
\lstinputlisting[language=Python]{code/quicksort.py}