Skip to content

Commit

Permalink
Remove \textbf from two cases where no special formatting fits
Browse files Browse the repository at this point in the history
I considered \emph, but didn't find it appropriate.
  • Loading branch information
henrikt-ma committed Jun 7, 2020
1 parent ecc6111 commit 28f3c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ \section{Continuous-Time Equations in Clocked Partitions}\doublelabel{continuous
equations are solved with the defined integration method between clock
ticks.

From the \textbf{view of the continuous-time partition}, the clock ticks are not interpreted as events, but as step-sizes of the integrator that the integrator must exactly hit.
From the view of the continuous-time partition, the clock ticks are not interpreted as events, but as step-sizes of the integrator that the integrator must exactly hit.
Hence, no event handling is triggered at clock ticks (provided an explicit event is not triggered from the model at this time instant).

\begin{nonnormative}
Expand All @@ -1128,7 +1128,7 @@ \section{Continuous-Time Equations in Clocked Partitions}\doublelabel{continuous
as needed for hard real-time requirements).
\end{nonnormative}

From the \textbf{view of the clocked partition}, the continuous-time
From the view of the clocked partition, the continuous-time
partition is discretized and the discretized continuous-time variables
have only a value at a clock tick. Therefore, such a partition is
handled in the same way as any other clocked partition. Especially,
Expand Down

0 comments on commit 28f3c60

Please sign in to comment.