From afbbec9009a2f862a94b93e458ddcdb975eff5bc Mon Sep 17 00:00:00 2001
From: Daniel Bahrdt <d.bahrdt@gmx.de>
Date: Wed, 25 Jun 2008 14:18:15 +0200
Subject: [PATCH] sum und prod entfernt

---
 math.tex | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/math.tex b/math.tex
index 6af9b38..6bbf8f9 100644
--- a/math.tex
+++ b/math.tex
@@ -31,7 +31,4 @@
 \newcommand{\intgr}[4]{\int_{#1}^{#2} #3 ~\text{d}#4}
 \newcommand{\intgru}[2]{\int #1 ~\text{d}#2}
 
-\newcommand{\sum}[3]{\Sigma_{#1}^{#2} #3}
-\newcommand{\prod}[3]{\Pi_{#1}^{#2} #3}
-
 \newcommand{\bbracket}[1]{\left #1 \right}