Compare two revisions of: Visualization

... ... @@ -178,7 +178,7 @@ and later display the variable adivb `\text{$\var{adivb}$}`
178 178 The javascript library JSXgraph can be used in Mumie. For instance, examples from https://jsxgraph.org/wiki/index.php/Category:Examples can be easily imported and used within Mumie articles or problems.
179 179
180 180
181 -Example: (complete example at https://miau.mumie.net/web-miau/editor/content%2Fexamples%2FvisualizationExamples%2Fart_native_jsxgraph_1.src.tex )
181 +Example: (complete example at https://miau.mumie.net/web-miau/editor/content%2Fexamples%2Fvisualizations%2FusingJSXGraphCode%2Fart_native_jsxgraph_1.src.tex )
182 182 ```LaTeX
183 183 \begin{jsxgraph}
184 184 \jxgbox[400px][300px]{box1}
... ... @@ -206,7 +206,7 @@ The syntax is `\button[id]{label}{action}`.
206 206 * The first mandatory parameter is the label text of the button
207 207 * The second mandatory parameter describes the action when the button is clicked. It is given by the call of a function that has to be defined in the code-environment.
208 208
209 -Example: (complete example at https://miau.mumie.net/web-miau/editor/content%2Fexamples%2FvisualizationExamples%2Fart_native_jsxgraph_button_2.src.tex )
209 +Example: (complete example at https://miau.mumie.net/web-miau/editor/content%2Fexamples%2Fvisualizations%2FusingJSXGraphCode%2Fart_buttons.src.tex )
210 210 ```LaTeX
211 211 \begin{jsxgraph}
212 212 \jxgbox[500px][300px]{box1}
213 213