From dca453e62a94036a0e665b3ebfc0396cd743bcdb Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 6 May 2019 16:12:05 +0200 Subject: [PATCH] Add simple mathematical content --- sections/german/09/09.md | 68 +++++++++++++++++++- sections/german/09/simple-maths-crop.svg | 80 ++++++++++++++++++++++++ sections/german/09/simple-maths-orig.svg | 80 ++++++++++++++++++++++++ sections/german/09/simple-maths.tex | 12 ++++ 4 files changed, 239 insertions(+), 1 deletion(-) create mode 100644 sections/german/09/simple-maths-crop.svg create mode 100644 sections/german/09/simple-maths-orig.svg create mode 100644 sections/german/09/simple-maths.tex diff --git a/sections/german/09/09.md b/sections/german/09/09.md index 63a789f..f7abd00 100644 --- a/sections/german/09/09.md +++ b/sections/german/09/09.md @@ -1 +1,67 @@ -TODO: Formeln (inline und block) \ No newline at end of file +
+
+

🧮
Mathematische Formeln

+
+
+ +--- + +
+
+

Formel-Umgebungen

+
$2 \sqrt{\frac{\pi^2}{3} \cdot c_2}$
+

Die mathematische Umgebung wird durch zwei Dollarzeichen abgegrenzt. Außerdem gibt es eine Blockumgebung.

+
\begin{equation}
+  2 \sqrt{\frac{\pi^2}{3} \cdot c_2}
+\end{equation}
+
+
+ +
+
+ +--- + +
+
+

Einige Beispiele

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
QuelltextErgebnis
`$`\sqrt{16}$$\sqrt{16}$
`$`\frac{3}{4}$$\frac{3}{4}$
`$`e^{\pi}$$e^{\pi}$
`$`\sum\_{i=1}^{n}x^2$$\sum_{i=1}^{n} x^2$
`$`12 \leq 4 x^2 + 13$$12 \leq 4 x^2 + 13$
`$`(A \cup B) \cap C$$(A \cup B) \cap C$
`$`(A \lor B) \land C$$(A \lor B) \land C$
`$`(A \cdot B) \times C$$(A \cdot B) \times C$
+
+
\ No newline at end of file diff --git a/sections/german/09/simple-maths-crop.svg b/sections/german/09/simple-maths-crop.svg new file mode 100644 index 0000000..bef1f78 --- /dev/null +++ b/sections/german/09/simple-maths-crop.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sections/german/09/simple-maths-orig.svg b/sections/german/09/simple-maths-orig.svg new file mode 100644 index 0000000..541a241 --- /dev/null +++ b/sections/german/09/simple-maths-orig.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sections/german/09/simple-maths.tex b/sections/german/09/simple-maths.tex new file mode 100644 index 0000000..3660ca1 --- /dev/null +++ b/sections/german/09/simple-maths.tex @@ -0,0 +1,12 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\begin{document} +\thispagestyle{empty} + +$2 \sqrt{\frac{\pi^2}{3} \cdot c_2}$ + +\end{document}