Skip to content

Commit

Permalink
Fix two more cases of space to remove around em-dash
Browse files Browse the repository at this point in the history
It is for this kind of reasons one shouldn't have newlines inside the source of a sentence (or paragraph)...
  • Loading branch information
henrikt-ma committed Aug 6, 2020
1 parent 4b41f57 commit c06ec05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,7 @@ \subsubsection{Function Partial Application}\label{function-partial-application}
end Sine2;
area = quadrature(0, 1, integrand = function Sine2(A=2, w=3));
\end{lstlisting}
The partially evaluated \lstinline!Sine2! has only one argument: \lstinline!x! ---
and is thus type compatible with \lstinline!Integrand!.
The partially evaluated \lstinline!Sine2! has only one argument: \lstinline!x!---and is thus type compatible with \lstinline!Integrand!.
\end{example}

\begin{example}
Expand Down
7 changes: 1 addition & 6 deletions chapters/scoping.tex
Original file line number Diff line number Diff line change
Expand Up @@ -734,12 +734,7 @@ \subsection{Generation of the flat equation system}\label{generation-of-the-flat
If it is of a non-simple type the instance is recursively handled.
\end{itemize}
\item
If there are equation or algorithm sections in the class definition of
the instance, references are resolved using the instance scope of the
instance and are included in the equation system. Some references ---
in particular to non simple, non record objects like connectors in
connect statements and states in transition statements are not
resolved yet and handled afterwards.
If there are equation or algorithm sections in the class definition of the instance, references are resolved using the instance scope of the instance and are included in the equation system. Some references---in particular to non simple, non record objects like connectors in connect statements and states in transition statements are not resolved yet and handled afterwards.
\item
Instances of local classes are ignored.
\item
Expand Down

0 comments on commit c06ec05

Please sign in to comment.