Skip to content

Commit 605053d

Browse files
committed
STYLE: Use \code{} for file extensions in LaTeX for consistency
1 parent d4d2894 commit 605053d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SoftwareGuide/Latex/Architecture/SystemOverview.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ \section{Wrapping}%
773773
To learn more about the wrapping process, please see the section on module
774774
wrapping, Section~\ref{sec:ModuleWrapping}. The wrapping process is orchestrated by a
775775
number of CMake macros found in the \code{Wrapping} directory. The result of
776-
the wrapping process is a set of shared libraries (.so in Linux or .dlls on
776+
the wrapping process is a set of shared libraries (\code{.so} in Linux or \code{.dlls} on
777777
Windows) that can be used by interpreted languages.
778778

779779
There is almost a direct translation from C++, with the differences being the
@@ -959,7 +959,7 @@ \subsubsection{Build Python Packages from Source}
959959
On Windows, it is also necessary to add the ITK build directory containing the
960960
.dll files to your \code{PATH} environmental variable if ITK is built with the
961961
CMake option \code{BUILD\_SHARED\_LIBS} enabled. For example, the directory
962-
containing .dll files for an ITK build at
962+
containing \code{.dll} files for an ITK build at
963963
\code{C:\textbackslash{}ITK-build} when built with Visual Studio in the
964964
\code{Release} configuration is
965965
\code{C:\textbackslash{}ITK-build\textbackslash{}bin\textbackslash{}Release}.

0 commit comments

Comments
 (0)