diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 64bf27372..ab2f778a0 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1379,8 +1379,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the If \lstinline!showStartAttribute = true! the dialog should allow the user to set the start-value and the \lstinline!fixed! attribute for the variable instead of the value of the variable. \begin{nonnormative} -The \lstinline!showStartAttribute = true! is primarily intended for non-parameter values and avoids introducing -a separate parameter for the start-value of the variable. +The \lstinline!showStartAttribute = true! is primarily intended for non-parameter values and avoids introducing a separate parameter for the start-value of the variable. \end{nonnormative} If \lstinline!colorSelector = true!, it indicates that an rgb-value selector can be presented for a vector of three elements and generate values 0..255 (the color selector should be useable both for vectors of \lstinline!Integer! and \lstinline!Real!).