Skip to content

Commit

Permalink
Replace overuse of inline code by math and vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 8, 2021
1 parent 23646e1 commit 948991a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chapters/connectors.tex
Expand Up @@ -20,10 +20,7 @@ \section{Connect-Equations and Connectors}\label{connect-equations-and-connector
The \lstinline!connect!-equation construct takes two references to connectors, each of which is either of the following forms:
\begin{itemize}
\item
$c_1.c_2\ldots{}c_n$,
where $c_1$ is a connector of the class,
$n$\textgreatereq 1 and $c_{i+1}$ is a connector element of
$c_i$ for \lstinline!i=1:(n-1)!.
\lstinline!$c_1$.$c_2$.$\ldots{}$.$c_n$!, where $c_1$ is a connector of the class, $n \geq 1$ and $c_{i+1}$ is a connector element of $c_i$ for $i = 1,\, \ldots,\, (n - 1)$.
\item
\lstinline!m.c!, where \lstinline!m! is a non-connector element in the class and \lstinline!c! is a
connector element of \lstinline!m!.
Expand Down

0 comments on commit 948991a

Please sign in to comment.