Skip to content

Commit 08de045

Browse files
committed
STYLE: remove spaces in front of `\footnote'
1 parent 5046831 commit 08de045

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

SoftwareGuide/Latex/Architecture/SystemOverview.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ \section{System Organization}%
2222

2323
\item[Numerics.] ITK uses VXL's VNL numerics libraries. These are
2424
easy-to-use C++ wrappers around the Netlib Fortran numerical
25-
analysis routines \footnote{\url{https://www.netlib.org}}.
25+
analysis routines\footnote{\url{https://www.netlib.org}}.
2626

2727
\item[Data Representation and Access.] Two principal classes are
2828
used to represent data: the \doxygen{Image} and \doxygen{Mesh}

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ \subsection{Advanced Module Configuration}%
374374
cmake ../ITK-build
375375
\end{minted}
376376

377-
\item \textbf{Example 2}: Enable specific group(s) of modules.
377+
\item \textbf{Example 2}: Enable specific group of modules.
378378
\small
379379
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{bash}
380380
cmake -DITK_BUILD_DEFAULT_MODULES:BOOL=OFF

SoftwareGuide/Latex/Introduction/Introduction.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ \chapter{Welcome}%
1717
all ITK objects and their methods in this text. Instead, this guide will
1818
introduce you to important system concepts and lead you up the learning curve
1919
as fast and efficiently as possible. Once you master the basics, take
20-
advantage of the many resources available
21-
\footnote{\url{https://www.itk.org/ITK/help/documentation.html}}, including example
20+
advantage of the many resources available\footnote{\url{https://www.itk.org/ITK/help/documentation.html}},
21+
including example
2222
materials, which provide cookbook recipes that concisely demonstrate how to
2323
achieve a given task, the Doxygen pages, which document the specific algorithm
2424
parameters, and the knowledge of the many ITK community members (see Section
@@ -71,10 +71,10 @@ \section{How to Learn ITK}%
7171
in achieving results and is introduced the mechanics of the software system.
7272
There are two example resources,
7373
\begin{enumerate}
74-
\item the \code{Examples} directory of the ITK source code repository
74+
\item the \code{Examples} directory of the ITK source code repository%
7575
\footnote{See Section~\nameref{sec:DownloadingITK} on
7676
page~\pageref{sec:DownloadingITK})}.
77-
\item the Sphinx documented ITK Sphinx Examples \footnote{\url{https://itk.org/ITKExamples}}
77+
\item the Sphinx documented ITK Sphinx Examples\footnote{\url{https://itk.org/ITKExamples}}
7878
\end{enumerate}
7979
To gain familiarity with the available documentation, browse the sections
8080
available in Part II and Part III of this guide. Also, browse the Doxygen
@@ -232,7 +232,7 @@ \section{The Insight Community and Support}%
232232
ITK in proposed work.
233233

234234
\item For those developing commercial applications with ITK, support
235-
and consulting are available from Kitware \footnote{\url{https://www.kitware.com}}.
235+
and consulting are available from Kitware\footnote{\url{https://www.kitware.com}}.
236236
Kitware also offers short ITK courses either at a site of your choice
237237
or periodically at Kitware offices.
238238

0 commit comments

Comments
 (0)