Skip to content

Commit

Permalink
Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 16, 2022
1 parent 5192cc1 commit 7aa616d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/arrays.tex
Expand Up @@ -1065,7 +1065,7 @@ \subsection{Equality and Assignment}\label{equality-and-assignment}
\begin{table}[H]
\caption{Equality and assignment of arrays and scalars. The scalar \tablehead{Operation} applies for all $j$ in $1,\, \ldots,\, n$ and $k$ in $1,\, \ldots,\, m$.}
\begin{center}
\begin{tabular}{l l|l l}
\begin{tabular}{ll|ll}
\hline
\tablehead{Size of \lstinline!a!} & \tablehead{Size of \lstinline!b!} & \tablehead{Size of \lstinline!a = b!} & \tablehead{Operation}\\
\hline
Expand All @@ -1092,9 +1092,9 @@ \subsection{Addition, Subtraction, and String Concatenation}\label{array-element
\begin{center}
\begin{tabular}{l l|l l}
\hline
\tablehead{Size of \lstinline!a!} & \tablehead{Size of \lstinline!b!} & \tablehead{Size of \lstinline!a! $\pm$ \lstinline!b!} &
Size of \lstinline!a! & Size of \lstinline!b! & Size of \lstinline!a! $\pm$ \lstinline!b! &
% Warning: Spacing inside \lstinline doesn't work properly inside \tablehead.
\tablehead{Operation} \lstinline!c := a $\pm$ b!\\
Operation \lstinline!c := a $\pm$ b!\\
\hline
\hline
Scalar & Scalar & Scalar & \lstinline!c := a $\pm$ b!\\
Expand Down

0 comments on commit 7aa616d

Please sign in to comment.