Änderungen von Dokument Anleitung
Zuletzt geändert von Holger Engels am 2024/11/06 09:21
Von Version 11.1
bearbeitet von holger
am 2023/05/23 21:39
am 2023/05/23 21:39
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (3 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Übergeordnete Seite
-
... ... @@ -1,1 +1,1 @@ 1 - Hilfe.WebHome1 +Dokumentation.WebHome - Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. holger1 +XWiki.vbs - Inhalt
-
... ... @@ -1,7 +1,8 @@ 1 -{{box cssClass="floatinginfobox" title="**Contents**"}} 2 -{{toc start=2 depth=2 /}} 3 -{{/box}} 1 +{{seiteninhalt/}} 4 4 3 + 4 +[[XWikiSyntax>>https://mathe-arbeitsheft.zsl-bw.de/xwiki/bin/view/XWiki/XWikiSyntax?syntax=2.1&category=1]] 5 + 5 5 == Aufgabenseite == 6 6 7 7 Auf jeder Seite sollte ganz oben das Inhaltsverzeichnis eingebunden werden. Das leistet folgender Code: ... ... @@ -8,9 +8,7 @@ 8 8 9 9 {{info}} 10 10 {{{ 11 -{{box cssClass="floatinginfobox" title="**Contents**"}} 12 -{{toc start=2 depth=2 /}} 13 -{{/box}} 12 +{{seiteninhalt/}} 14 14 }}} 15 15 {{/info}} 16 16 ... ... @@ -37,7 +37,12 @@ 37 37 {{info}} 38 38 {{{ 39 39 {{aufgabe afb="I" kompetenzen="K5,K6" quelle="Martina Wagner" cc="BY-SA" niveau="e"}} 40 - Aufgabentext 39 +Berechne jeweils die Nullstellen! 40 + 41 +* {{formula}}f(x) = \frac{1}{2}(x-1)(x-3){{/formula}} 42 +* {{formula}}g(x) = \frac{1}{2}(x^2-4x+3){{/formula}} 43 +* {{formula}}h(x) = \frac{1}{2}(x-2)^2-\frac{1}{2}{{/formula}} 44 + 41 41 {{/aufgabe}} 42 42 }}} 43 43 {{/info}} ... ... @@ -75,7 +75,42 @@ 75 75 {{info}} 76 76 {{{ 77 77 {{lösung}} 78 - Lösungstext 82 +* {{formula}} 83 +\begin{equation*} 84 + 85 +f(x) = 0 86 + 87 +\Rightarrow \frac12\left(x-1\right)\left(x-3\right)=0 88 + 89 +\Rightarrow x-1=0\vee x-3=0 90 + 91 +\Rightarrow x_1=1; x_2=3 92 + 93 +\end{equation*} 94 +{{/formula}} 95 +* {{formula}} 96 +\begin{equation*} 97 + 98 +g(x) = 0 99 + 100 +\Rightarrow \frac{1}{2}(x^2-4x+3) = 0 101 + 102 +\Rightarrow x^2-4x+3=0 103 + 104 +\Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2} 105 + 106 +\Rightarrow x_1=1; x_2=3 107 + 108 +\end{equation*} 109 +{{/formula}} 110 +* {{formula}} 111 +\begin{equation*} 112 + 113 +h(x) = \frac{1}{2} \left(x-2\right)^2-\frac{1}{2} 114 + 115 +\end{equation*} 116 +{{/formula}} 117 +... 79 79 {{/lösung}} 80 80 }}} 81 81 {{/info}} ... ... @@ -84,4 +84,26 @@ 84 84 85 85 == LaTeX == 86 86 87 -[[Formeln testen>>https://katex.org/]] 126 +Das Formulieren von mathematischen Termen und Gleichungen mit LaTeX ist etwas mühsam. Einfacher geht es mit einem Formeleditor, wie z.B [[MathLive>>https://cortexjs.io/mathlive/demo/]]. Für mehrzeilige Lösungswege hat sich folgende Formatierung bewährt: 127 + 128 +{{info}} 129 +{{{ 130 +{{formula}} 131 +\begin{equation*} 132 + 133 +g(x) = 0 134 + 135 +\Rightarrow \frac{1}{2}(x^2-4x+3) = 0 136 + 137 +\Rightarrow x^2-4x+3=0 138 + 139 +\Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2} 140 + 141 +\Rightarrow x_1=1; x_2=3 142 + 143 +\end{equation*} 144 +{{/formula}} 145 +}}} 146 +{{/info}} 147 + 148 +Die Leerzeilen sind entscheidend!