@@ -532,7 +532,7 @@ \subsection{Static and Shared Libraries}
532532an application. This reduces binary size and ensures that singleton
533533variables are unique across the application.
534534
535- A very advanced CMake configuration variable,
535+ An advanced CMake configuration variable,
536536\code {ITK\_ TEMPLATE\_ VISIBILITY\_ DEFAULT} defines the symbol visibility
537537attribute on template classes to \textit {default } on systems that require it
538538to perform \code {dynamic\_ cast}'s on pointers passed across binaries. The
@@ -554,7 +554,7 @@ \subsection{Compiling ITK}
554554and selecting the `` Build'' context menu item.
555555
556556The build process can take anywhere from 15 minutes to a couple of hours,
557- depending on the the build configuration and the performance of your
557+ depending on the build configuration and the performance of your
558558system. If testing is enabled as part of the normal build process,
559559about 2400 test programs will be compiled. In this case, you will then need
560560to run \code {ctest} to verify that all the components of ITK have been correctly built
@@ -660,7 +660,7 @@ \section{Using ITK as an External Library}
660660
661661For a project that uses ITK as an external library, it is recommended to
662662specify the individual ITK modules in the \code {COMPONENTS} argument in the
663- \code {find_package } CMake command:
663+ \code {find \_ package } CMake command:
664664
665665\small
666666\begin {minted }[baselinestretch=1,fontsize=\footnotesize ,linenos=false,bgcolor=ltgray]{bash}
@@ -685,7 +685,7 @@ \section{Using ITK as an External Library}
685685\normalsize
686686
687687If you would like to use the CMake ExternalProject
688- Module\footnote {url{https://cmake.org/cmake/help/latest/module/ExternalProject.html}}
688+ Module\footnote {\ url {https://cmake.org/cmake/help/latest/module/ExternalProject.html}}
689689to download ITK source code when building your ITK application (a.k.a.
690690Superbuild ITK), here is a basic CMake snippet for setting up a Superbuild in
691691an ITK application project using CMake:
@@ -713,13 +713,13 @@ \section{Using ITK as an External Library}
713713\normalsize
714714
715715More exemplary configurations for superbuild ITK projects can be found in:
716- Slicer\footnote {url{https://github.com/Slicer/Slicer},
717- BrainsTools\footnote {url{https://github.com/BRAINSia/BRAINSTools}, ITK Wiki
718- Examples\footnote {url{https://github.com/InsightSoftwareConsortium/ITKWikiExamples},
716+ Slicer\footnote {\ url {https://github.com/Slicer/Slicer} },
717+ BrainsTools\footnote {\ url {https://github.com/BRAINSia/BRAINSTools} }, ITK Wiki
718+ Examples\footnote {\ url {https://github.com/InsightSoftwareConsortium/ITKWikiExamples} },
719719ITK Sphinx
720- Examples\footnote {url{https://github.com/InsightSoftwareConsortium/ITKExamples},
720+ Examples\footnote {\ url {https://github.com/InsightSoftwareConsortium/ITKExamples} },
721721and ITK Software
722- Guide\footnote {url{https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide}.
722+ Guide\footnote {\ url {https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide} }.
723723
724724\subsection {Hello World! }
725725\label {sec:HelloWorldITK }
0 commit comments