Änderungen von Dokument Anleitung

Zuletzt geändert von Holger Engels am 2024/11/06 09:21

Von Version 33.1
bearbeitet von Holger Engels
am 2023/10/17 12:56
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 30.1
bearbeitet von VBS
am 2023/10/13 14:34
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.holgerengels
1 +XWiki.vbs
Inhalt
... ... @@ -82,14 +82,17 @@
82 82  Eine Lösungsseite hat keine besondere Struktur. Es empfiehlt sich in der Lösung Teile der Aufgabe zu wiederholen. Wenn z.B. eine Gleichung zu lösen ist, sollte die erste Zeile die Ausgangsgleichung sein. Enthält die Aufgabe mehrere Teilfragen, sollten die Antworten sich jeweils explizit darauf beziehen. Z.B. indem ein Teil der Frage wiederholt wird.
83 83  
84 84  (% style="list-style: alphastyle" %)
85 -1. {{formula}}f(x) = 0
85 +1. {{formula}}\begin{equation*}
86 +f(x) = 0
86 86  
87 87  \Rightarrow \frac12\left(x-1\right)\left(x-3\right)=0
88 88  
89 89  \Rightarrow x-1=0\vee x-3=0
90 90  
91 -\Rightarrow x_1=1; x_2=3{{/formula}}
92 -1. {{formula}}g(x) = 0
92 +\Rightarrow x_1=1; x_2=3
93 +\end{equation*}{{/formula}}
94 +1. {{formula}}\begin{equation*}
95 +g(x) = 0
93 93  
94 94  \Rightarrow \frac{1}{2}(x^2-4x+3) = 0
95 95  
... ... @@ -97,60 +97,31 @@
97 97  
98 98  \Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2}
99 99  
100 -\Rightarrow x_1=1; x_2=3{{/formula}}
101 -1. {{formula}}h(x) = \frac{1}{2} \cdot \left(x-2\right)^2 - \frac{1}{2}{{/formula}}
103 +\Rightarrow x_1=1; x_2=3
104 +\end{equation*}{{/formula}}
105 +1. {{formula}}\begin{equation*}
106 +h(x) = \frac{1}{2} \cdot \left(x-2\right)^2 - \frac{1}{2}
107 +\end{equation*}{{/formula}}
102 102  ...
103 103  
104 104  == LaTeX ==
105 105  
106 -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/]].
112 +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:
107 107  
108 -Wenn das {{{{{formula}}}}}-Macro innerhalb einer Zeile verwendet wird, dann entsteht eine kompakte Darstellung (//inline math//). Z.B.: {{formula}}\int_a^b f(x)\cdot dx{{/formula}}. Wenn es alleinstehend verwendet wird (Lehrzeile davor und danach), dann wird es als Block formatiert (//display math//). Z.B.:
109 -
110 -{{formula}}
111 -\int_a^b f(x)\cdot dx
112 -{{/formula}}
113 -
114 -Für mehrzeilige Lösungswege hat sich folgende Formatierung bewährt:
115 -
116 116  {{info}}
117 117  {{{
118 118  {{formula}}
119 119  \begin{equation*}
120 -
121 121  g(x) = 0
122 -
123 123  \Rightarrow \frac{1}{2}(x^2-4x+3) = 0
124 -
125 125  \Rightarrow x^2-4x+3=0
126 -
127 127  \Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2}
128 -
129 129  \Rightarrow x_1=1; x_2=3
130 -
131 131  \end{equation*}
132 132  {{/formula}}
133 133  }}}
134 134  {{/info}}
135 135  
136 -**Die Lehrzeilen sind wichtig!**
137 -
138 -{{formula}}
139 -\begin{equation*}
140 -
141 -g(x) = 0
142 -
143 -\Rightarrow \frac{1}{2}(x^2-4x+3) = 0
144 -
145 -\Rightarrow x^2-4x+3=0
146 -
147 -\Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2}
148 -
149 -\Rightarrow x_1=1; x_2=3
150 -
151 -\end{equation*}
152 -{{/formula}}
153 -
154 154  == Wichtige Formatierungen ==
155 155  
156 156  |{{{(% style="list-style: alphastyle" %)
... ... @@ -161,8 +161,7 @@
161 161  1. Punkt eins
162 162  1. Punkt zwei
163 163  )))
164 -|kursiv {{{//f//}}}| //f//
165 -|fett {{{**L**}}}| **L**
138 +|{{{//f//}}}| //f//
166 166  
167 167  == Bilder einbinden ==
168 168