Skip to content

Commit 4868de0

Browse files
committed
Use \emph instead of {\em }
Signed-off-by: Matthias Kretz <[email protected]>
1 parent 625a0e1 commit 4868de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/algorithms.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
\end{note}
5656

5757
\pnum
58-
In the following, $X_i$ and $X_j$ refer to evaluations of the {\em same} expression
58+
In the following, $X_i$ and $X_j$ refer to evaluations of the \emph{same} expression
5959
or statement contained in the application of an element access function
6060
corresponding to the i\textsuperscript{th} and j\textsuperscript{th} elements of the input sequence.
6161
\begin{note}There might be several evaluations $X_k$, $Y_k$, etc. of a single
@@ -72,7 +72,7 @@
7272
\item there exist horizontally matched evaluations A\textsubscript{i} and A\textsubscript{j} that are vertical antecedents of evaluations B\textsubscript{i} and B\textsubscript{j}, respectively.
7373
\end{itemize}
7474

75-
\begin{note}\term{Horizontally matched} establishes a theoretical {\em lock-step} relationship between evaluations in different applications of an element access function.\end{note}
75+
\begin{note}\term{Horizontally matched} establishes a theoretical \emph{lock-step} relationship between evaluations in different applications of an element access function.\end{note}
7676

7777
\pnum
7878
Let $f$ be a function called for each argument list in a sequence of argument lists. \defn{Wavefront application} of $f$ requires that evaluation A\textsubscript{i} be sequenced before evaluation B\textsubscript{j} if i < j and:
@@ -83,7 +83,7 @@
8383
\end{itemize}
8484

8585
\begin{note}
86-
\term{Wavefront application} guarantees that parallel applications i and j execute such that progress on application j never gets {\em ahead} of application i.
86+
\term{Wavefront application} guarantees that parallel applications i and j execute such that progress on application j never gets \emph{ahead} of application i.
8787
\end{note}
8888
\begin{note}
8989
The relationships between A\textsubscript{i} and B\textsubscript{i} and between A\textsubscript{j} and B\textsubscript{j} are \term{sequenced before}, not \term{vertical antecedent}.

0 commit comments

Comments
 (0)