From c0516ad55b5882ab2f75fba523c979bd9059f861 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Sun, 24 Jan 2021 23:45:56 +0100 Subject: [PATCH] Clean up source line break --- chapters/annotations.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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!).