From 3be6e236f6bc89d7596b23a18848e53b4729611a Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Sun, 06 Oct 2019 12:41:52 +0200
Subject: [PATCH] update 2019/2020
---
chap/mathematische-formel.tex | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chap/mathematische-formel.tex b/chap/mathematische-formel.tex
index 91b6171..32f2ee3 100644
--- a/chap/mathematische-formel.tex
+++ b/chap/mathematische-formel.tex
@@ -287,14 +287,14 @@
\begin{latexcode}
\begin{align*}
- \sum_{i=0}^{\infty} i^2 & = ???
+ \sum_{i=0}^{\infty} i^2 & = 1 + 1 + 4 + 8 + \cdots
\end{align*}
\end{latexcode}
erzeugt
\begin{align*}
- \sum_{i=0}^{\infty} i^2 & = ???
+ \sum_{i=0}^{\infty} i^2 & = 1 + 1 + 4 + 8 + \cdots
\end{align*}
Die Grenzen in der Summe- und Integral-Formel werden automatisch angepasst. Alternativ kann man
--
Gitblit v1.10.0