Skip to content

Commit 0ab993d

Browse files
author
Jon Haitz Legarreta
committed
ENH: Make the section name appear in footnote 2 .
Footnote 2 on page 4 of the current ITK Software Guide PDF version available at: https://itk.org/ItkSoftwareGuide.pdf refers to `Section 2.1. Obtaining the Software`. However, the footnote only displays the section number `2.1`. This patch set makes LaTeX display the section name, and also adds additional information to make it clear that it refers to a resource within the file itself.
1 parent 75530bd commit 0ab993d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SoftwareGuide/Latex/Introduction/Introduction.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ \section{How to Learn ITK}
7171
in achieving results and is introduced the mechanics of the software system.
7272
There are three example resources,
7373
\begin{enumerate}
74-
\item the \code{Examples} directory of the ITK source code repository \footnote{\ref{sec:DownloadingITK}}.
74+
\item the \code{Examples} directory of the ITK source code repository
75+
\footnote{See Section~\nameref{sec:DownloadingITK} on
76+
page~\pageref{sec:DownloadingITK})}.
7577
\item the Examples pages on the ITK Wiki \footnote{\url{https://itk.org/Wiki/ITK/Examples}}
7678
\item the Sphinx documented ITK Examples \footnote{\url{https://itk.org/ITKExamples}}
7779
\end{enumerate}

0 commit comments

Comments
 (0)