Compare two revisions of: JSX Visualization Tabs and Incremental

... ... @@ -1,12 +1,8 @@
1 1 To support exercises (where you can ask the user to solve certain problems
2 2 and then check the solution), you can use simple tabs and incremental environments.
3 3
4 -Caution: Using canvases within the tabs environment doesn't work properly.
5 -
6 -
7 -
8 4 ```LaTeX
9 -\begin{genericJSXVisualization}{jsxviz}
5 +\begin{visualization}{jsxviz}
10 6 ...
11 7 \text{Solve the following problems and then click on Answer}
12 8 \text{a) Calculate something}
... ... @@ -39,6 +35,6 @@ Caution: Using canvases within the tabs environment doesn't work properly.
39 35 ...
40 36 \end{tabs}
41 37 ...
42 -\end{genericJSXVisualization}
38 +\end{visualization}
43 39
44 40 ```
45 41