Skip to content

Commit 5046831

Browse files
committed
STYLE: Add % to \label and \index lines
Ensures proper layout and prevent misaligned page references
1 parent 215212c commit 5046831

16 files changed

Lines changed: 368 additions & 481 deletions

SoftwareGuide/Latex/Appendices/GitWorkflow.tex

Lines changed: 107 additions & 108 deletions
Large diffs are not rendered by default.

SoftwareGuide/Latex/Architecture/DataRepresentation.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
\chapter{Data Representation}
2+
\chapter{Data Representation}%
33
\label{sec:DataRepresentation}
44

55
This chapter introduces the basic classes responsible
@@ -69,7 +69,7 @@ \subsection{RGB Images}
6969
the human eye. In the context of colorimetry, negative color values are used
7070
as an artificial construct for color comparison in the sense that
7171

72-
\begin{equation}
72+
\begin{equation}%
7373
\label{eqn:ColorSubtraction}
7474
ColorA = ColorB - ColorC
7575
\end{equation}
@@ -79,7 +79,7 @@ \subsection{RGB Images}
7979
possible to \emph{subtract light}. So when we mention
8080
Equation~\ref{eqn:ColorSubtraction} we actually mean
8181

82-
\begin{equation}
82+
\begin{equation}%
8383
\label{eqn:ColorAddition}
8484
ColorB = ColorA + ColorC
8585
\end{equation}
@@ -120,6 +120,7 @@ \subsection{RGB Images}
120120

121121
The following example illustrates how RGB images can be represented in ITK.
122122

123+
\subsection{RGB Images}%
123124
\label{sec:DefiningRGBImages}
124125
\input{RGBImage.tex}
125126

SoftwareGuide/Latex/Architecture/ImageAdaptors.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

2-
\chapter{Image Adaptors}
3-
\label{sec:ImageAdaptors}
4-
2+
\chapter{Image Adaptors}%
3+
\label{sec:ImageAdaptors}%
54
\index{ImageAdaptors}
65

76
\begin{figure}
@@ -13,7 +12,7 @@ \chapter{Image Adaptors}
1312
produces an intermediate image. In the example
1413
illustrated by this figure, the \emph{Image Y} is not created by the
1514
ImageAdaptor; instead, the image is simulated on the fly each time an
16-
iterator from the filter downstream attempts to access the image data.}
15+
iterator from the filter downstream attempts to access the image data.}%
1716
\label{fig:ImageAdaptorConcept}
1817
\end{figure}
1918

0 commit comments

Comments
 (0)