Compare two revisions of: JSX Visualizations

... ... @@ -18,12 +18,7 @@ Caution: The JSX visualizations using LaTeX syntax don't work in courses that st
18 18 </div>
19 19
20 20
21 -# JSX visualizations
22 -
23 -If you are familiar with the generic GWT-Visualizations (used in articles before), you can read the explanation on [changes with respect to genericGWTVisualization](genericJSXVisualization-vs-genericGWTVisualization.md).
24 -
25 -Here, we present a full explanation of how to create JSX visualizations.
26 -
21 +# JSXGraph visualizations
27 22
28 23 Before starting with any visualization, make sure that the package `mumie.genericvisualization` or the package `mumie.genericproblem` are loaded in your document by inserting a line (e.g. right after `\begin{content}`)
29 24 ```LaTeX
... ... @@ -387,7 +382,7 @@ A complete example can be found at https://miau.mumie.net/web-miau/editor/conten
387 382
388 383 # Visualizations using jsxgraph code
389 384
390 -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.
385 +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.
391 386
392 387
393 388 Example: (complete example at https://miau.mumie.net/web-miau/editor/content%2Fexamples%2Fvisualizations%2FusingJSXGraphCode%2Fart_native_jsxgraph_1.src.tex )
394 389