Skip to content

Commit

Permalink
Some use of \ldots in listings
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 9, 2020
1 parent 8a1fd1c commit af75b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the
\begin{lstlisting}[language=modelica]
Step step1(nIn=4); // index changed from nIn=3 to nIn=4
equation
connect(.., step1.inPorts[4]); // new connect equation
connect($\ldots$, step1.inPorts[4]); // new connect equation
\end{lstlisting}
In some applications, like state machines, the vector index is
used as a priority, e.g., to define which transition is firing if
Expand Down Expand Up @@ -1535,7 +1535,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the
\begin{lstlisting}[language=modelica]
extends CompositeStep(step1(nIn=4)); // new modifier nIn=4
equation
connect(.., step1.inPorts[4]); // new connect equation
connect($\ldots$, step1.inPorts[4]); // new connect equation
\end{lstlisting}
\end{nonnormative}

Expand Down

0 comments on commit af75b7f

Please sign in to comment.