Compare two revisions of: Visualization Variables

... ... @@ -44,7 +44,7 @@ Supported are random integers, doubles, and rationals.
44 44
45 45 You can use `\randadjustIf` also in the variables environment of a generic visualization.
46 46
47 -The syntax is the same as [`\randadjustIf`](RandadjustIf) in generic problems, but only random variables can be used in
47 +The syntax is the same as [`\randadjustIf`](RandadjustIf.md) in generic problems, but only random variables can be used in
48 48 the variables argument.
49 49 ```LaTeX
50 50 \randadjustIf{variables}{condition}
... ... @@ -97,7 +97,7 @@ have one or more comma separated expressions. You can use other variables by usi
97 97
98 98 #### Add a slider to manipulate your number variable
99 99
100 -Numbers which are added to a [graph](Color-and-Plotting#plotting) can also be adjusted by a slider. To achieve this, define your number
100 +Numbers which are added to a [graph](Color-and-Plotting.md#plotting) can also be adjusted by a slider. To achieve this, define your number
101 101 as is done above and then use the following command inside the _variables environment_:
102 102
103 103 ```LaTeX
104 104