Compare two revisions of: JSX Visualizations

... ... @@ -13,6 +13,8 @@ In the environment `\begin{jsxgraph}`... `\end{jsxgraph}`, you can use actual ja
13 13 There is also an environment `\begin{genericJSXVisualization}`... `\end{genericJSXVisualization}` which has the same behaviour as `\begin{visualization}`... `\end{visualization}`, but different syntax for defining variables.
14 14 It still works, but is deprecated.
15 15
16 +If you are familiar with the older `genericGWTVisualization` environment (used in articles before), see [what changed with respect to genericGWTVisualization](genericJSXVisualization-vs-genericGWTVisualization.md). Documentation for the old environment itself is kept for reference and marked as legacy on the [Old: Variables](Visualization-Variables.md), [Old: Tabs and Incremental](Visualization-Tabs-and-Incremental.md), and [Old: If and Else](Visualization-If-and-Else.md) pages.
17 +
16 18 <div class="alert red"><b>
17 19 Caution: The JSX visualizations using LaTeX syntax don't work in courses that still use the old MUMIE frontend.</b>
18 20 </div>
19 21