aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/main.tex
diff options
context:
space:
mode:
authorNunigan <michaelschmid13@hotmail.com>2021-08-02 08:15:28 +0200
committerNunigan <michaelschmid13@hotmail.com>2021-08-02 08:15:28 +0200
commitbd4c62c3e9de5b1fd5fbd1422bdac8843a928897 (patch)
tree7e3a451e565c146b2e46b4c40999e39421e903e6 /buch/papers/multiplikation/main.tex
parentupdate (diff)
parentupdate (diff)
downloadSeminarMatrizen-bd4c62c3e9de5b1fd5fbd1422bdac8843a928897.tar.gz
SeminarMatrizen-bd4c62c3e9de5b1fd5fbd1422bdac8843a928897.zip
Merge branch 'master' of https://github.com/Nunigan/SeminarMatrizen
Diffstat (limited to 'buch/papers/multiplikation/main.tex')
-rwxr-xr-xbuch/papers/multiplikation/main.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/buch/papers/multiplikation/main.tex b/buch/papers/multiplikation/main.tex
index 8d0a8df..fb1908e 100755
--- a/buch/papers/multiplikation/main.tex
+++ b/buch/papers/multiplikation/main.tex
@@ -4,6 +4,28 @@
%
% (c) 2021 Hochschule Rapperswil
%
+\definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
+\definecolor{mylilas}{RGB}{170,55,241}
+\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
+\lstdefinestyle{multiplikationC}{
+ numbers=left,
+ belowcaptionskip=1\baselineskip,
+ breaklines=true,
+ frame=l,
+ framerule=0pt,
+ framesep=-1pt,
+ xleftmargin=1em,
+ language=C,
+ showstringspaces=false,
+ basicstyle=\ttfamily,
+ keywordstyle=\bfseries\color{green!40!black},
+ commentstyle=\itshape\color{purple!40!black},
+ identifierstyle=\color{blue},
+ stringstyle=\color{red},
+ numberstyle=\ttfamily\tiny,
+ backgroundcolor=\color{backcolour}
+}
+
\chapter{Schnelle Matrizen Multiplikation\label{chapter:multiplikation}}
\lhead{FMM}
\begin{refsection}