Skip to content

Commit b466f06

Browse files
committed
STYLE: Remove unnecessary spaces before ~ in LaTeX
1 parent 08de045 commit b466f06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SoftwareGuide/Latex/DesignAndFunctionality/Transforms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ \subsection{Geometrical Representation}%
110110
Textbooks in programming do not help to clarify those concepts and loosely use
111111
the term ``\emph{Vector}'' for the purpose of representing an ``enumerated set
112112
of common elements''. STL follows this trend and continues using the word
113-
``\emph{Vector}'' in this manner ~\cite{Austern1999,Alexandrescu2001}. Linear algebra separates the
113+
``\emph{Vector}'' in this manner~\cite{Austern1999,Alexandrescu2001}. Linear algebra separates the
114114
``\emph{Vector}'' from its notion of geometric reality and makes it an
115115
abstract set of numbers with arithmetic operations associated.
116116

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ \subsection{CMakeLists.txt}
9191
The path \code{if(NOT ITK\_SOURCE\_DIR)} is used when developing a module outside of the
9292
ITK source tree, i.e. an External module. An External module can be made
9393
available to the community by adding it to \code{Modules/Remote/*.remote.cmake}
94-
Remote module index in the ITK repository per Section ~\ref{sec:GitRepository}.
94+
Remote module index in the ITK repository per Section~\ref{sec:GitRepository}.
9595
9696
The CMake macro \code{itk\_module\_impl} is defined in the file
9797
\code{CMake/ITKModuleMacros.cmake}. It will initiate processing of the

0 commit comments

Comments
 (0)