Skip to content

Commit c4a5b21

Browse files
committed
Eliminate uses of \emph
1 parent 658ba66 commit c4a5b21

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
@@ -54,7 +54,7 @@
5454
\end{note}
5555

5656
\pnum
57-
In the following, $X_i$ and $X_j$ refer to evaluations of the \emph{same} expression
57+
In the following, $X_i$ and $X_j$ refer to evaluations of the same expression
5858
or statement contained in the application of an element access function
5959
corresponding to the $i^\text{th}$ and $j^\text{th}$ elements of the input sequence.
6060
\begin{note}There might be several evaluations $X_k$, $Y_k$, etc. of a single
@@ -71,7 +71,7 @@
7171
\item there exist horizontally matched evaluations $A_i$ and $A_j$ that are vertical antecedents of evaluations $B_i$ and $B_j$, respectively.
7272
\end{itemize}
7373

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

7676
\pnum
7777
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_i$ be sequenced before evaluation $B_j$ if $i < j$ and:
@@ -82,7 +82,7 @@
8282
\end{itemize}
8383

8484
\begin{note}
85-
\term{Wavefront application} guarantees that parallel applications $i$ and $j$ execute such that progress on application $j$ never gets \emph{ahead} of application $i$.
85+
\term{Wavefront application} guarantees that parallel applications $i$ and $j$ execute such that progress on application $j$ never gets ahead of application $i$.
8686
\end{note}
8787
\begin{note}
8888
The relationships between $A_i$ and $B_i$ and between $A_j$ and $B_j$ are \term{sequenced before}, not \term{vertical antecedent}.

0 commit comments

Comments
 (0)