Compare two revisions of: JSX Visualization Variables

... ... @@ -43,7 +43,7 @@ Supported are random integers, doubles, and rationals.
43 43
44 44 You can use `\randadjustIf` also in the variables environment of a visualization.
45 45
46 -The syntax is the same as [`\randadjustIf`](RandadjustIf) in generic problems, and you can use almost all types of variables
46 +The syntax is the same as [`\randadjustIf`](RandadjustIf.md) in generic problems, and you can use almost all types of variables
47 47 in the condition argument. Exception is a coordinate of point on a parametric curve, or any variable depending on such.
48 48
49 49 ```LaTeX
... ... @@ -253,7 +253,7 @@ The matrix can contain any number of entries and can be passed to the answer of
253 253 The `\matrix` command can only be used to transfer data to the question. A visual representation in the text of the visualisation is currently not available.
254 254
255 255 <!--
256 -The display style of the brackets can be customized with `\vectorForm`. For more information on usage, please refer to [Command \vectorForm](JSX-Visualization-Color,-Label-and-further-Stylings#command-vectorform).
256 +The display style of the brackets can be customized with `\vectorForm`. For more information on usage, please refer to [Command \vectorForm](JSX-Visualization-Color,-Label-and-further-Stylings.md#command-vectorform).
257 257 -->
258 258
259 259 ### Circle and Sphere
... ... @@ -493,7 +493,7 @@ using the golden ratio and its conjugate.
493 493
494 494
495 495 The points of a sequence can be colored in different colors depending on certain conditions.
496 -See [Coloring the points of sequences](JSX-Visualization-Color%2C-Label-and-further-Stylings#coloring-the-points-of-sequences).
496 +See [Coloring the points of sequences](JSX-Visualization-Color%2C-Label-and-further-Stylings.md#coloring-the-points-of-sequences).
497 497
498 498
499 499 ### Horizontal and Vertical Strips
... ... @@ -764,7 +764,7 @@ Example (source code to the directed graph above):
764 764 \end{visualization}
765 765 ```
766 766
767 -Internally, graph nodes are points with default styling, and graph edges are arrows. So if you want to change their appearance you can use the same [styling commands](JSX-Visualization-Color%2C-Label-and-further-Stylings) as for those.
767 +Internally, graph nodes are points with default styling, and graph edges are arrows. So if you want to change their appearance you can use the same [styling commands](JSX-Visualization-Color%2C-Label-and-further-Stylings.md) as for those.
768 768
769 769 ### Plane
770 770
771 771