Skip to content

Commit

Permalink
Use \emph when giving local meaning to a word
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 27, 2020
1 parent 73c4942 commit bdc5223
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1603,10 +1603,8 @@ \section{Declaring Inverses of Functions}\label{declaring-inverses-of-functions}
\end{example}
\section{External Function Interface}\label{external-function-interface}

Here, the word function is used to refer to an arbitrary external
routine, whether or not the routine has a return value or returns its
result via output parameters (or both). The Modelica external function
call interface provides the following:
Here, the word \emph{function} is used to refer to an arbitrary external routine, whether or not the routine has a return value or returns its result via output parameters (or both).
The Modelica external function call interface provides the following:
\begin{itemize}
\item
Support for external functions written in C (specifically C89) and
Expand Down

0 comments on commit bdc5223

Please sign in to comment.