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

Fehler korrigiert - danke an Vincent Schnitzbauer

This commit is contained in:
Martin Thoma 2014-09-18 12:08:55 +02:00
parent 20994f6cc3
commit 42486c92a4
9 changed files with 44 additions and 22 deletions

View file

@ -64,7 +64,7 @@ Zu lesen ist die Deklaration wie folgt:
\todo[inline]{Gibt es Funktionsdeklarationen, die bis auf Wechsel des Namens und der Reihenfolge äquivalent sind?}
\subsection{if / else}\xindex{Haskell!if@\texttt{if}}
\subsection{if / else}\xindex{Haskell!if@\texttt{if}}%
Das folgende Beispiel definiert den Binomialkoeffizienten (vgl. \cref{bsp:binomialkoeffizient}):
\inputminted[numbersep=5pt, tabsize=4]{haskell}{scripts/haskell/binomialkoeffizient.hs}