Compare two revisions of: Visualization

... ... @@ -190,12 +190,12 @@ Example:
190 190 \end{jsxgraph}
191 191 ```
192 192
193 -* The whole visualization has to be wrapped in the jsxgraph-environment '\begin{jsxgraph}' ... '\end{jsxgraph}'.
194 -* '\jxgbox' creates a canvas in which the board can be drawn. Its parameters are
193 +* The whole visualization has to be wrapped in the jsxgraph-environment `\begin{jsxgraph} ... \end{jsxgraph}`.
194 +* `\jxgbox` creates a canvas in which the board can be drawn. Its parameters are
195 195 1. width of the canvas (optional, default is 500px)
196 196 2. height of the canvas (optional, default is 400px or same as width)
197 197 3. id of the jxgbox which is used for initialising the board in the 'JXG.JSXGraph.initBoard'-command.
198 -* The whole javascript-code for the jsxgraph-visualization is written in the code-environment '\begin{code}' ... '\end{code}'
198 +* The whole javascript-code for the jsxgraph-visualization is written in the code-environment `\begin{code} ... \end{code}`.
199 199
200 200 ## Using buttons
201 201
202 202