Compare two revisions of: JSX Visualizations

... ... @@ -24,7 +24,6 @@ If you are familiar with the generic GWT-Visualizations (used in articles before
24 24
25 25 Here, we present a full explanation of how to create JSX visualizations.
26 26
27 -## General structure
28 27
29 28 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}`)
30 29 ```LaTeX
... ... @@ -37,6 +36,7 @@ or
37 36
38 37 Without one of these packages, generic visualizations don't work.
39 38
39 +## General structure
40 40
41 41 Example:
42 42
43 43