... |
... |
@@ -1,7 +1,10 @@ |
1 |
1 |
To support exercises (where you can ask the user to solve certain problems and then check the solution), you can use a simple tabs and incremental environment. |
2 |
2 |
|
|
3 |
+Caution: If a tabs environment contains only one tab, then only the text in the tab is shown. |
|
4 |
+Also be aware that a tabs environment within another tabs environment is not supported. |
|
5 |
+ |
3 |
6 |
```LaTeX |
4 |
|
-\begin{genericVisualization}[100prc][600]{applet} |
|
7 |
+\begin{genericGWTVisualization}[100prc][600]{gwtviz} |
5 |
8 |
... |
6 |
9 |
\text{Solve the following problems and then click on Answer} |
7 |
10 |
\text{a) Calculate something} |
... |
... |
@@ -34,6 +37,6 @@ To support exercises (where you can ask the user to solve certain problems and t |
34 |
37 |
... |
35 |
38 |
\end{tabs} |
36 |
39 |
... |
37 |
|
-\end{genericVisualization} |
|
40 |
+\end{genericGWTVisualization} |
38 |
41 |
|
39 |
42 |
``` |
40 |
43 |
|