Skip to content

Commit 085cfab

Browse files
committed
Remove % at end-of-line before \label
1 parent a1c66b2 commit 085cfab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

chapters/annotations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ \subsubsection{Variable Replacements}\label{variable-replacements}
403403
\begin{table}[H]
404404
\caption{%
405405
Attributes that can use variable replacements.
406-
}%
406+
}
407407
\label{attributes-with-variable-replacements}
408408
\begin{center}
409409
\begin{tabular}{l l}
@@ -935,7 +935,7 @@ \subsubsection{Graphical Properties}\label{graphical-properties}
935935
\caption{%
936936
Line with \lstinline!smooth = Bezier!.
937937
The four line points $P_{1}$, \ldots{}, $P_{4}$ result in two quadratic splines and two straight line segments.
938-
}%
938+
}
939939
\label{fig:smooth-bezier}
940940
\end{figure}
941941

chapters/arrays.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ \section{Array Declarations}\label{array-declarations}
125125
\begin{table}[H]
126126
\caption{%
127127
Special cases of declaration of arrays as 1-vectors, row-vectors, or column-vectors of arrays.
128-
}%
128+
}
129129
\label{tab:size-1-dimensions}
130130
\begin{center}
131131
\begin{tabular}{l l c l l}
@@ -1194,7 +1194,7 @@ \subsection{Element-wise Multiplication}\label{array-element-wise-multiplication
11941194
\caption{%
11951195
Array element-wise multiplication.
11961196
The scalar \tablehead{Operation} applies for all $j$ in $1,\, \ldots,\, n$ and $k$ in $1,\, \ldots,\, m$.
1197-
}%
1197+
}
11981198
\label{tab:product}
11991199
\begin{center}
12001200
\begin{tabular}{l l|l l}

chapters/operatorsandexpressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ \section{Operator Precedence and Associativity}\label{operator-precedence-and-as
5656
\fi
5757
and concatenation operator \lstinline![ ]!, and the array range constructor which is either binary or ternary.\\
5858
$^{\dagger}$ The associativity of array construction and concatenation refers to the separator (`\lstinline!,!' or `\lstinline!;!'), not the enclosing delimiters.
59-
}%
59+
}
6060
\label{tab:operator-precedence}
6161
\begin{center}
6262
\begin{tabular}{l c l l}

0 commit comments

Comments
 (0)