Skip to content

Commit

Permalink
Avoid \textbf when showing syntax of connect-equation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 2, 2020
1 parent ca5afe9 commit 19dec4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chapters/connectors.tex
Expand Up @@ -9,8 +9,9 @@ \section{Connect-Equations and Connectors}\doublelabel{connect-equations-and-con

Connections between objects are introduced by connect-equations in the
equation part of a class. A connect-equation has the following syntax:

\textbf{connect} "(" component-reference "," component-reference ")" ";"
\begin{lstlisting}[language=modelica,mathescape=true]
connect(component-reference, component-reference);
\end{lstlisting}

\begin{nonnormative}
A \emph{connector} is an instance of a connector class.
Expand Down

0 comments on commit 19dec4e

Please sign in to comment.