aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/main.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-04 16:27:31 +0200
committerGitHub <noreply@github.com>2021-08-04 16:27:31 +0200
commitd485ddddfcf4db7a62620dc7d088f29bcbbaaaaa (patch)
treee874bfc0600d44faec0e41640bb85462ea02e595 /buch/papers/multiplikation/main.tex
parentMerge pull request #66 from Kuehnee/master (diff)
parentMerge branch 'master' of https://github.com/AndreasFMueller/SeminarMatrizen (diff)
downloadSeminarMatrizen-d485ddddfcf4db7a62620dc7d088f29bcbbaaaaa.tar.gz
SeminarMatrizen-d485ddddfcf4db7a62620dc7d088f29bcbbaaaaa.zip
Merge pull request #67 from Nunigan/master
Multiplikation #2
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}