2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Abschnitt über Parallelität hinzugefügt

This commit is contained in:
Martin Thoma 2014-03-05 11:47:14 +01:00
parent 8b909ca53f
commit a7fdba0c01
5 changed files with 148 additions and 0 deletions

View file

@ -51,6 +51,8 @@
\usemintedstyle{bw}
\usepackage{courier}
\usepackage{wasysym}
\usepackage[binary-units = true]{siunitx} % this package is for units!
\sisetup{locale=DE}
\usepackage{shortcuts}
\usepackage{fancyhdr}
@ -96,6 +98,7 @@
\input{Logik}
\input{lambda}
\input{Typinferenz}
\input{Parallelitaet}
\input{Haskell}
\input{Prolog}
\input{Scala}