Compare two revisions of: JSX Visualization Variables

... ... @@ -810,8 +810,9 @@ In 3D, its value consists of
810 810
811 811 The expressions _fx_, _fy_, and _fz_ are function expressions in three indeterminates, and _[xl,xs,xu]_, _[yl,ys,yu]_, and _[zl,zs,zu]_ are triples of expressions
812 812 determining numbers as explained [below](#number-expressions-and-function-expressions).
813 -If the vector field is non-editable, even the lower and upper bounds, and the number of steps are updated when the variables
814 -in their definition change.
813 +If the vector field is non-editable, even the lower and upper bounds, and the number of steps are updated when the variables in their definition change.
814 +
815 +You can also use a variable of type `vectorfield` in text with the `\var{..}`-command. A vector containing the function terms _fx_, and _fy_ (and _fz_) is shown. The entries are editable, if you defined the variable to be editable. You can also change the appearence of the vector with the command [`\vectorForm{..}{..}`](JSX-Visualization-Color,-Label-and-further-Stylings.md#command-vectorform).
815 816
816 817
817 818 # Number expressions and function expressions
818 819