Skip to content

Commit

Permalink
Change one \textbf into \lstinline
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 2, 2020
1 parent 19dec4e commit 53d8c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -36,7 +36,7 @@ \subsection{Execution of an algorithm in a model}\doublelabel{execution-of-an-al
A non-discrete variable is initialized with its start value (i.e. the
value of the start-attribute).
\item
A discrete variable v is initialized with \textbf{pre}(v).
A discrete variable \lstinline!v! is initialized with \lstinline!pre(v)!.
\item
If at least one element of an array appears on the left hand side of
the assignment operator, then the complete array is initialized in
Expand Down

0 comments on commit 53d8c7d

Please sign in to comment.